#3BDCCE

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

Shades of Turquoise #3BDCCE

Tints of Turquoise #3BDCCE

Color information

#3BDCCE (or 0x3BDCCE) is unknown color: approx Turquoise. HEX triplet: 3B, DC and CE. RGB value is (59,220,206). Sum of RGB (Red+Green+Blue) = 59+220+206=485 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.16% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDCCE is #C42331. Grayscale: #AAAAAA. Windows color (decimal): -12854066 or 13556795. OLE color: 13556795.

HSL color Cylindrical-coordinate representation of color #3BDCCE: hue angle of 174.78º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDCCE is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB59220206-
CMYK0.7300.060.14
HSL174.78º69.7%54.71%-
HSV(B)174.78º73.18%86.27%-
XYZ38.5456.5767.28-
YUV170.26148.1648.64-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.16%
GREEN value IS 220 (86.33% from 255) = 45.36%
BLUE value IS 206 (80.86% from 255) = 42.47%
R=12.16%
G=45.36%
B=42.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal592202060.7300.060.14174.7869.754.71
Hex3BDCCE4906Eaf4637
Octal73334316111061625710667
Binary1110111101110011001110100100101101110101011111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BDCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,220,206); }

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

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

 a { background-color: rgb(59,220,206); }

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

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

 span { border-color: rgb(59,220,206); }

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