Html Css Color HEX #42DED0 Turquoise

📋 copy color: '#42DED0'

red 66 ◦ green 222 ◦ blue 208

#42DED0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #42DED0

Tints of Turquoise #42DED0

RGB

 RED value IS 66 (26.17% from 255) = 13.31%

 GREEN value IS 222 (87.11% from 255) = 44.76%

 BLUE value IS 208 (81.64% from 255) = 41.94%

R = 13.31%
G = 44.76%
B = 41.94%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#42DED0 (or 0x42DED0) is known color: Turquoise. HEX triplet: 42, DE and D0. RGB value is (66,222,208). Sum of RGB (Red+Green+Blue) = 66+222+208=496 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.31% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 222 - color contains mainly: green. Hex color #42DED0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DED0 is #BD212F. Grayscale: #ADADAD. Windows color (decimal): -12394800 or 13688386. OLE color: 13688386.

HSL color Cylindrical-coordinate representation of color #42DED0: hue angle of 174.62º 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 #42DED0 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 222 208 -
CMYK 0.70 0 0.06 0.13
HSL 174.62º 0.7% 0.56% -
HSV(B) 174.62º 0.7% 0.87% -
XYZ 39.75 57.95 68.77 -
YUV 173.76 147.32 51.14 -
System Red Green Blue C M Y K H S L
Decimal 66 222 208 0.70 0 0.06 0.13 174.62 0.7 0.56
Hex 42 DE D0 46 0 6 D AF 46 38
Octal 102 336 320 106 0 6 15 257 106 70
Binary 1000010 11011110 11010000 1000110 0 110 1101 10101111 1000110 111000

Color Harmonies of #42DED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DED0

Black with #42DED0

Text Example


Text Example

White with #42DED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42DED0;
 }
 .AnyTagClassName
 {
   color: #42DED0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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