Html Css Color HEX #42D8E0 Turquoise

📋 copy color: '#42D8E0'

red 66 ◦ green 216 ◦ blue 224

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

Shades of Turquoise #42D8E0

Tints of Turquoise #42D8E0

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.69%

 BLUE value IS 224 (87.89% from 255) = 44.27%

R = 13.04%
G = 42.69%
B = 44.27%

CMYK

 C value IS 0.71

 M value IS 0.04

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#42D8E0 (or 0x42D8E0) is known color: Turquoise. HEX triplet: 42, D8 and E0. RGB value is (66,216,224). Sum of RGB (Red+Green+Blue) = 66+216+224=506 (67% of max value = 765). Red value is 66 (26.17% from 255 or 13.04% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 224 - color contains mainly: blue. Hex color #42D8E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D8E0 is #BD271F. Grayscale: #ABABAB. Windows color (decimal): -12396320 or 14735426. OLE color: 14735426.

HSL color Cylindrical-coordinate representation of color #42D8E0: hue angle of 183.04º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42D8E0 is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 66 216 224 -
CMYK 0.71 0.04 0 0.12
HSL 183.04º 0.72% 0.57% -
HSV(B) 183.04º 0.71% 0.88% -
XYZ 40.26 55.65 79.14 -
YUV 172.06 157.31 52.35 -
System Red Green Blue C M Y K H S L
Decimal 66 216 224 0.71 0.04 0 0.12 183.04 0.72 0.57
Hex 42 D8 E0 47 4 0 C B7 48 39
Octal 102 330 340 107 4 0 14 267 110 71
Binary 1000010 11011000 11100000 1000111 100 0 1100 10110111 1001000 111001

Color Harmonies of #42D8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D8E0

Black with #42D8E0

Text Example


Text Example

White with #42D8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,216,224); }

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

background-color css

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

 a { background-color: rgb(66,216,224); }

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

border-color css

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

 span { border-color: rgb(66,216,224); }

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