#42FCDB

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

Shades of Turquoise #42FCDB

Tints of Turquoise #42FCDB

Color information

#42FCDB (or 0x42FCDB) is unknown color: approx Turquoise. HEX triplet: 42, FC and DB. RGB value is (66,252,219). Sum of RGB (Red+Green+Blue) = 66+252+219=537 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.29% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #42FCDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FCDB is #BD0324. Grayscale: #C0C0C0. Windows color (decimal): -12387109 or 14416962. OLE color: 14416962.

HSL color Cylindrical-coordinate representation of color #42FCDB: hue angle of 169.35º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FCDB is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB66252219-
CMYK0.7400.130.01
HSL169.35º96.88%62.35%-
HSV(B)169.35º73.81%98.82%-
XYZ49.8475.8979.04-
YUV192.62142.8837.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.29%
GREEN value IS 252 (98.83% from 255) = 46.93%
BLUE value IS 219 (85.94% from 255) = 40.78%
R=12.29%
G=46.93%
B=40.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal662522190.7400.130.01169.3596.8862.35
Hex42FCDB4A0D1a9613e
Octal102374333112015125114176
Binary100001011111100110110111001010011011101010011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42FCDB; }

 p { color: rgb(66,252,219); }

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

<style>
 a { background-color: #42FCDB; }

 a { background-color: rgb(66,252,219); }

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

<style>
 span { border-color: #42FCDB; }

 span { border-color: rgb(66,252,219); }

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