Html Css Color HEX #42DEEA Turquoise

📋 copy color: '#42DEEA'

red 66 ◦ green 222 ◦ blue 234

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

Shades of Turquoise #42DEEA

Tints of Turquoise #42DEEA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.53%

 BLUE value IS 234 (91.8% from 255) = 44.83%

R = 12.64%
G = 42.53%
B = 44.83%

CMYK

 C value IS 0.72

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#42DEEA (or 0x42DEEA) is known color: Turquoise. HEX triplet: 42, DE and EA. RGB value is (66,222,234). Sum of RGB (Red+Green+Blue) = 66+222+234=522 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.64% from 522); Green value is 222 (87.11% from 255 or 42.53% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #42DEEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DEEA is #BD2115. Grayscale: #B0B0B0. Windows color (decimal): -12394774 or 15392322. OLE color: 15392322.

HSL color Cylindrical-coordinate representation of color #42DEEA: hue angle of 184.29º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42DEEA is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 222 234 -
CMYK 0.72 0.05 0 0.08
HSL 184.29º 0.8% 0.59% -
HSV(B) 184.29º 0.72% 0.92% -
XYZ 43.22 59.34 87.02 -
YUV 176.72 160.32 49.02 -
System Red Green Blue C M Y K H S L
Decimal 66 222 234 0.72 0.05 0 0.08 184.29 0.8 0.59
Hex 42 DE EA 48 5 0 8 B8 50 3B
Octal 102 336 352 110 5 0 10 270 120 73
Binary 1000010 11011110 11101010 1001000 101 0 1000 10111000 1010000 111011

Color Harmonies of #42DEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DEEA

Black with #42DEEA

Text Example


Text Example

White with #42DEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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