Html Css Color HEX #42DAE0 Turquoise

📋 copy color: '#42DAE0'

red 66 ◦ green 218 ◦ blue 224

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

Shades of Turquoise #42DAE0

Tints of Turquoise #42DAE0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.91%

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

R = 12.99%
G = 42.91%
B = 44.09%

CMYK

 C value IS 0.71

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#42DAE0 (or 0x42DAE0) is known color: Turquoise. HEX triplet: 42, DA and E0. RGB value is (66,218,224). Sum of RGB (Red+Green+Blue) = 66+218+224=508 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.99% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #42DAE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DAE0 is #BD251F. Grayscale: #ADADAD. Windows color (decimal): -12395808 or 14735938. OLE color: 14735938.

HSL color Cylindrical-coordinate representation of color #42DAE0: hue angle of 182.28º 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 #42DAE0 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 66 218 224 -
CMYK 0.71 0.03 0 0.12
HSL 182.28º 0.72% 0.57% -
HSV(B) 182.28º 0.71% 0.88% -
XYZ 40.77 56.68 79.31 -
YUV 173.24 156.64 51.51 -
System Red Green Blue C M Y K H S L
Decimal 66 218 224 0.71 0.03 0 0.12 182.28 0.72 0.57
Hex 42 DA E0 47 3 0 C B6 48 39
Octal 102 332 340 107 3 0 14 266 110 71
Binary 1000010 11011010 11100000 1000111 11 0 1100 10110110 1001000 111001

Color Harmonies of #42DAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DAE0

Black with #42DAE0

Text Example


Text Example

White with #42DAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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