#42FFD3

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

Shades of Turquoise #42FFD3

Tints of Turquoise #42FFD3

Color information

#42FFD3 (or 0x42FFD3) is unknown color: approx Turquoise. HEX triplet: 42, FF and D3. RGB value is (66,255,211). Sum of RGB (Red+Green+Blue) = 66+255+211=532 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.41% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 211 (82.81% from 255 or 39.66% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #42FFD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FFD3 is #BD002C. Grayscale: #C1C1C1. Windows color (decimal): -12386349 or 13893442. OLE color: 13893442.

HSL color Cylindrical-coordinate representation of color #42FFD3: hue angle of 166.03º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FFD3 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB66255211-
CMYK0.7400.170
HSL166.03º100%62.94%-
HSV(B)166.03º74.12%100%-
XYZ49.7677.3873.94-
YUV193.47137.8837.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.41%
GREEN value IS 255 (100% from 255) = 47.93%
BLUE value IS 211 (82.81% from 255) = 39.66%
R=12.41%
G=47.93%
B=39.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal662552110.7400.170166.0310062.94
Hex42FFD34A0110a6643f
Octal102377323112021024614477
Binary1000010111111111101001110010100100010101001101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,255,211); }

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

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

 a { background-color: rgb(66,255,211); }

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

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

 span { border-color: rgb(66,255,211); }

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