#3BDACE

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

Shades of Turquoise #3BDACE

Tints of Turquoise #3BDACE

Color information

#3BDACE (or 0x3BDACE) is unknown color: approx Turquoise. HEX triplet: 3B, DA and CE. RGB value is (59,218,206). Sum of RGB (Red+Green+Blue) = 59+218+206=483 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.22% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDACE is #C42531. Grayscale: #A8A8A8. Windows color (decimal): -12854578 or 13556283. OLE color: 13556283.

HSL color Cylindrical-coordinate representation of color #3BDACE: hue angle of 175.47º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDACE is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB59218206-
CMYK0.7300.060.15
HSL175.47º68.24%54.31%-
HSV(B)175.47º72.94%85.49%-
XYZ38.0255.5367.11-
YUV169.09148.8249.48-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.22%
GREEN value IS 218 (85.55% from 255) = 45.13%
BLUE value IS 206 (80.86% from 255) = 42.65%
R=12.22%
G=45.13%
B=42.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal592182060.7300.060.15175.4768.2454.31
Hex3BDACE4906Faf4436
Octal73332316111061725710466
Binary1110111101101011001110100100101101111101011111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BDACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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