Html Css Color HEX #42E8D0 Turquoise

📋 copy color: '#42E8D0'

red 66 ◦ green 232 ◦ blue 208

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

Shades of Turquoise #42E8D0

Tints of Turquoise #42E8D0

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.85%

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

R = 13.04%
G = 45.85%
B = 41.11%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#42E8D0 (or 0x42E8D0) is known color: Turquoise. HEX triplet: 42, E8 and D0. RGB value is (66,232,208). Sum of RGB (Red+Green+Blue) = 66+232+208=506 (67% of max value = 765). Red value is 66 (26.17% from 255 or 13.04% from 506); Green value is 232 (91.02% from 255 or 45.85% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 232 - color contains mainly: green. Hex color #42E8D0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42E8D0 is #BD172F. Grayscale: #B3B3B3. Windows color (decimal): -12392240 or 13690946. OLE color: 13690946.

HSL color Cylindrical-coordinate representation of color #42E8D0: hue angle of 171.33º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E8D0 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 232 208 -
CMYK 0.72 0 0.10 0.09
HSL 171.33º 0.78% 0.58% -
HSV(B) 171.33º 0.72% 0.91% -
XYZ 42.49 63.43 69.68 -
YUV 179.63 144 46.95 -
System Red Green Blue C M Y K H S L
Decimal 66 232 208 0.72 0 0.10 0.09 171.33 0.78 0.58
Hex 42 E8 D0 48 0 A 9 AB 4E 3A
Octal 102 350 320 110 0 12 11 253 116 72
Binary 1000010 11101000 11010000 1001000 0 1010 1001 10101011 1001110 111010

Color Harmonies of #42E8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E8D0

Black with #42E8D0

Text Example


Text Example

White with #42E8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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