Html Css Color HEX #42D2DE Medium Turquoise

📋 copy color: '#42D2DE'

red 66 ◦ green 210 ◦ blue 222

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

Shades of Medium Turquoise #42D2DE

Tints of Medium Turquoise #42D2DE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.17%

 BLUE value IS 222 (87.11% from 255) = 44.58%

R = 13.25%
G = 42.17%
B = 44.58%

CMYK

 C value IS 0.70

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#42D2DE (or 0x42D2DE) is known color: Medium Turquoise. HEX triplet: 42, D2 and DE. RGB value is (66,210,222). Sum of RGB (Red+Green+Blue) = 66+210+222=498 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.25% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #42D2DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D2DE is #BD2D21. Grayscale: #A8A8A8. Windows color (decimal): -12397858 or 14602818. OLE color: 14602818.

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

Color convert

RGB 66 210 222 -
CMYK 0.70 0.05 0 0.13
HSL 184.62º 0.7% 0.56% -
HSV(B) 184.62º 0.7% 0.87% -
XYZ 38.48 52.53 77.22 -
YUV 168.31 158.29 55.02 -
System Red Green Blue C M Y K H S L
Decimal 66 210 222 0.70 0.05 0 0.13 184.62 0.7 0.56
Hex 42 D2 DE 46 5 0 D B9 46 38
Octal 102 322 336 106 5 0 15 271 106 70
Binary 1000010 11010010 11011110 1000110 101 0 1101 10111001 1000110 111000

Color Harmonies of #42D2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D2DE

Black with #42D2DE

Text Example


Text Example

White with #42D2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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