#3BE1CF

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

Shades of Turquoise #3BE1CF

Tints of Turquoise #3BE1CF

Color information

#3BE1CF (or 0x3BE1CF) is unknown color: approx Turquoise. HEX triplet: 3B, E1 and CF. RGB value is (59,225,207). Sum of RGB (Red+Green+Blue) = 59+225+207=491 (65% of max value = 765). Red value is 59 (23.44% from 255 or 12.02% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #3BE1CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BE1CF is #C41E30. Grayscale: #ADADAD. Windows color (decimal): -12852785 or 13623611. OLE color: 13623611.

HSL color Cylindrical-coordinate representation of color #3BE1CF: hue angle of 173.49º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE1CF is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB59225207-
CMYK0.7400.080.12
HSL173.49º73.45%55.69%-
HSV(B)173.49º73.78%88.24%-
XYZ39.9959.2968.37-
YUV173.3114746.46-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.02%
GREEN value IS 225 (88.28% from 255) = 45.82%
BLUE value IS 207 (81.25% from 255) = 42.16%
R=12.02%
G=45.82%
B=42.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal592252070.7400.080.12173.4973.4555.69
Hex3BE1CF4A08Cad4938
Octal733413171120101425511170
Binary11101111100001110011111001010010001100101011011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BE1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,225,207); }

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

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

 a { background-color: rgb(59,225,207); }

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

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

 span { border-color: rgb(59,225,207); }

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