Html Css Color HEX #42EEC0 Turquoise

📋 copy color: '#42EEC0'

red 66 ◦ green 238 ◦ blue 192

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

Shades of Turquoise #42EEC0

Tints of Turquoise #42EEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.71%

R = 13.31%
G = 47.98%
B = 38.71%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#42EEC0 (or 0x42EEC0) is known color: Turquoise. HEX triplet: 42, EE and C0. RGB value is (66,238,192). Sum of RGB (Red+Green+Blue) = 66+238+192=496 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.31% from 496); Green value is 238 (93.36% from 255 or 47.98% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 238 - color contains mainly: green. Hex color #42EEC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EEC0 is #BD113F. Grayscale: #B5B5B5. Windows color (decimal): -12390720 or 12643906. OLE color: 12643906.

HSL color Cylindrical-coordinate representation of color #42EEC0: hue angle of 163.95º 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 #42EEC0 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 238 192 -
CMYK 0.72 0 0.19 0.07
HSL 163.95º 0.83% 0.6% -
HSV(B) 163.95º 0.72% 0.93% -
XYZ 42.34 66.11 60.4 -
YUV 181.33 134.02 45.74 -
System Red Green Blue C M Y K H S L
Decimal 66 238 192 0.72 0 0.19 0.07 163.95 0.83 0.6
Hex 42 EE C0 48 0 13 7 A4 53 3C
Octal 102 356 300 110 0 23 7 244 123 74
Binary 1000010 11101110 11000000 1001000 0 10011 111 10100100 1010011 111100

Color Harmonies of #42EEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EEC0

Black with #42EEC0

Text Example


Text Example

White with #42EEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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