#3BE0DC

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

Shades of Turquoise #3BE0DC

Tints of Turquoise #3BE0DC

Color information

#3BE0DC (or 0x3BE0DC) is unknown color: approx Turquoise. HEX triplet: 3B, E0 and DC. RGB value is (59,224,220). Sum of RGB (Red+Green+Blue) = 59+224+220=503 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.73% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 224 - color contains mainly: green. Hex color #3BE0DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BE0DC is #C41F23. Grayscale: #AEAEAE. Windows color (decimal): -12853028 or 14475323. OLE color: 14475323.

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

Color convert

RGB59224220-
CMYK0.7400.020.12
HSL178.55º72.69%55.49%-
HSV(B)178.55º73.66%87.84%-
XYZ41.3859.4177-
YUV174.21153.8445.83-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.73%
GREEN value IS 224 (87.89% from 255) = 44.53%
BLUE value IS 220 (86.33% from 255) = 43.74%
R=11.73%
G=44.53%
B=43.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal592242200.7400.020.12178.5572.6955.49
Hex3BE0DC4A02Cb34937
Octal73340334112021426311167
Binary111011111000001101110010010100101100101100111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BE0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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