#3BDBEC

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

Shades of Turquoise #3BDBEC

Tints of Turquoise #3BDBEC

Color information

#3BDBEC (or 0x3BDBEC) is unknown color: approx Turquoise. HEX triplet: 3B, DB and EC. RGB value is (59,219,236). Sum of RGB (Red+Green+Blue) = 59+219+236=514 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.48% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #3BDBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BDBEC is #C42413. Grayscale: #ACACAC. Windows color (decimal): -12854292 or 15522619. OLE color: 15522619.

HSL color Cylindrical-coordinate representation of color #3BDBEC: hue angle of 185.76º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BDBEC is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB59219236-
CMYK0.750.0700.07
HSL185.76º82.33%57.84%-
HSV(B)185.76º75%92.55%-
XYZ42.2857.6588.26-
YUV173.1163.4946.62-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.48%
GREEN value IS 219 (85.94% from 255) = 42.61%
BLUE value IS 236 (92.58% from 255) = 45.91%
R=11.48%
G=42.61%
B=45.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal592192360.750.0700.07185.7682.3357.84
Hex3BDBEC4B707ba523a
Octal7333335411370727212272
Binary111011110110111110110010010111110111101110101010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BDBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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