#3BDFF1

Color #3BDFF1 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #3BDFF1

Tints of Turquoise #3BDFF1

Color information

#3BDFF1 (or 0x3BDFF1) is unknown color: approx Turquoise. HEX triplet: 3B, DF and F1. RGB value is (59,223,241). Sum of RGB (Red+Green+Blue) = 59+223+241=523 (69% of max value = 765). Red value is 59 (23.44% from 255 or 11.28% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 241 (94.53% from 255 or 46.08% from 523); Max value from RGB is 241 - color contains mainly: blue. Hex color #3BDFF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BDFF1 is #C4200E. Grayscale: #AFAFAF. Windows color (decimal): -12853263 or 15851323. OLE color: 15851323.

HSL color Cylindrical-coordinate representation of color #3BDFF1: hue angle of 185.93º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BDFF1 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB59223241-
CMYK0.760.0700.05
HSL185.93º86.67%58.82%-
HSV(B)185.93º75.52%94.51%-
XYZ44.0760.0692.49-
YUV176.02164.6744.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 59 (23.44% from 255) = 11.28%
GREEN value IS 223 (87.5% from 255) = 42.64%
BLUE value IS 241 (94.53% from 255) = 46.08%
R=11.28%
G=42.64%
B=46.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal592232410.760.0700.05185.9386.6758.82
Hex3BDFF14C705ba573b
Octal7333736111470527212773
Binary111011110111111111000110011001110101101110101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BDFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BDFF1; }

 p { color: rgb(59,223,241); }

 H1.HeaderClassName
 {
   color: #3BDFF1;
 }
 .AnyTagClassName
 {
   color: #3BDFF1;
 }
</style>
background-color css

<style>
 a { background-color: #3BDFF1; }

 a { background-color: rgb(59,223,241); }

 div.DivClassName
 {
   background-color: #3BDFF1;
 }
 .BgClassName
 {
   background-color: #3BDFF1;
 }
</style>
border-color css

<style>
 span { border-color: #3BDFF1; }

 span { border-color: rgb(59,223,241); }

 td.TdClassName
 {
   border-color: #3BDFF1;
 }
 .TagClassName
 {
   border-color: #3BDFF1;
 }
</style>