Html Css Color HEX #42DAEF Turquoise

📋 copy color: '#42DAEF'

red 66 ◦ green 218 ◦ blue 239

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

Shades of Turquoise #42DAEF

Tints of Turquoise #42DAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.7%

R = 12.62%
G = 41.68%
B = 45.7%

CMYK

 C value IS 0.72

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#42DAEF (or 0x42DAEF) is known color: Turquoise. HEX triplet: 42, DA and EF. RGB value is (66,218,239). Sum of RGB (Red+Green+Blue) = 66+218+239=523 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.62% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #42DAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DAEF is #BD2510. Grayscale: #AEAEAE. Windows color (decimal): -12395793 or 15718978. OLE color: 15718978.

HSL color Cylindrical-coordinate representation of color #42DAEF: hue angle of 187.28º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42DAEF is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 218 239 -
CMYK 0.72 0.09 0 0.06
HSL 187.28º 0.84% 0.6% -
HSV(B) 187.28º 0.72% 0.94% -
XYZ 42.9 57.53 90.51 -
YUV 174.95 164.14 50.29 -
System Red Green Blue C M Y K H S L
Decimal 66 218 239 0.72 0.09 0 0.06 187.28 0.84 0.6
Hex 42 DA EF 48 9 0 6 BB 54 3C
Octal 102 332 357 110 11 0 6 273 124 74
Binary 1000010 11011010 11101111 1001000 1001 0 110 10111011 1010100 111100

Color Harmonies of #42DAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DAEF

Black with #42DAEF

Text Example


Text Example

White with #42DAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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