Html Css Color HEX #42EEE5 Turquoise

📋 copy color: '#42EEE5'

red 66 ◦ green 238 ◦ blue 229

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

Shades of Turquoise #42EEE5

Tints of Turquoise #42EEE5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.65%

 BLUE value IS 229 (89.84% from 255) = 42.96%

R = 12.38%
G = 44.65%
B = 42.96%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#42EEE5 (or 0x42EEE5) is known color: Turquoise. HEX triplet: 42, EE and E5. RGB value is (66,238,229). Sum of RGB (Red+Green+Blue) = 66+238+229=533 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.38% from 533); Green value is 238 (93.36% from 255 or 44.65% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 238 - color contains mainly: green. Hex color #42EEE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EEE5 is #BD111A. Grayscale: #B9B9B9. Windows color (decimal): -12390683 or 15068738. OLE color: 15068738.

HSL color Cylindrical-coordinate representation of color #42EEE5: hue angle of 176.86º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EEE5 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 238 229 -
CMYK 0.72 0 0.04 0.07
HSL 176.86º 0.83% 0.6% -
HSV(B) 176.86º 0.72% 0.93% -
XYZ 46.96 67.96 84.77 -
YUV 185.55 152.52 42.73 -
System Red Green Blue C M Y K H S L
Decimal 66 238 229 0.72 0 0.04 0.07 176.86 0.83 0.6
Hex 42 EE E5 48 0 4 7 B1 53 3C
Octal 102 356 345 110 0 4 7 261 123 74
Binary 1000010 11101110 11100101 1001000 0 100 111 10110001 1010011 111100

Color Harmonies of #42EEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EEE5

Black with #42EEE5

Text Example


Text Example

White with #42EEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,238,229); }

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

background-color css

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

 a { background-color: rgb(66,238,229); }

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

border-color css

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

 span { border-color: rgb(66,238,229); }

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