#3bdbea

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

Shades of Turquoise #3BDBEA

Tints of Turquoise #3BDBEA

Color information

#3BDBEA (or 0x3BDBEA) is unknown color: approx Turquoise. HEX triplet: 3B, DB and EA. RGB value is (59,219,234). Sum of RGB (Red+Green+Blue) = 59+219+234=512 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.52% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #3BDBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BDBEA is #C42415. Grayscale: #ACACAC. Windows color (decimal): -12854294 or 15391547. OLE color: 15391547.

HSL color Cylindrical-coordinate representation of color #3BDBEA: hue angle of 185.14º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BDBEA is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB59219234-
CMYK0.750.0600.08
HSL185.14º80.65%57.45%-
HSV(B)185.14º74.79%91.76%-
XYZ41.9957.5386.73-
YUV172.87162.4946.78-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.52%
GREEN value IS 219 (85.94% from 255) = 42.77%
BLUE value IS 234 (91.80% from 255) = 45.70%
R=11.52%
G=42.77%
B=45.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal592192340.750.0600.08185.1480.6557.45
Hex3BDBEA4B608b95139
Octal73333352113601027112171
Binary1110111101101111101010100101111001000101110011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3bdbea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,219,234); }

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

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

 a { background-color: rgb(59,219,234); }

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

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

 span { border-color: rgb(59,219,234); }

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