#42ded3

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

Shades of Turquoise #42DED3

Tints of Turquoise #42DED3

Color information

#42DED3 (or 0x42DED3) is unknown color: approx Turquoise. HEX triplet: 42, DE and D3. RGB value is (66,222,211). Sum of RGB (Red+Green+Blue) = 66+222+211=499 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.23% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 211 (82.81% from 255 or 42.28% from 499); Max value from RGB is 222 - color contains mainly: green. Hex color #42DED3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DED3 is #BD212C. Grayscale: #ADADAD. Windows color (decimal): -12394797 or 13884994. OLE color: 13884994.

HSL color Cylindrical-coordinate representation of color #42DED3: hue angle of 175.77º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DED3 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB66222211-
CMYK0.7000.050.13
HSL175.77º70.27%56.47%-
HSV(B)175.77º70.27%87.06%-
XYZ40.1358.170.73-
YUV174.1148.8250.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.23%
GREEN value IS 222 (87.11% from 255) = 44.49%
BLUE value IS 211 (82.81% from 255) = 42.28%
R=13.23%
G=44.49%
B=42.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal662222110.7000.050.13175.7770.2756.47
Hex42DED34605Db04638
Octal102336323106051526010670
Binary10000101101111011010011100011001011101101100001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42ded3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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