Html Css Color HEX #42EBE8 Turquoise

📋 copy color: '#42EBE8'

red 66 ◦ green 235 ◦ blue 232

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

Shades of Turquoise #42EBE8

Tints of Turquoise #42EBE8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.09%

 BLUE value IS 232 (91.02% from 255) = 43.53%

R = 12.38%
G = 44.09%
B = 43.53%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#42EBE8 (or 0x42EBE8) is known color: Turquoise. HEX triplet: 42, EB and E8. RGB value is (66,235,232). Sum of RGB (Red+Green+Blue) = 66+235+232=533 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.38% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #42EBE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EBE8 is #BD1417. Grayscale: #B7B7B7. Windows color (decimal): -12391448 or 15264578. OLE color: 15264578.

HSL color Cylindrical-coordinate representation of color #42EBE8: hue angle of 178.93º degrees, saturation: 0.81, 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 #42EBE8 is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 235 232 -
CMYK 0.72 0 0.01 0.08
HSL 178.93º 0.81% 0.59% -
HSV(B) 178.93º 0.72% 0.92% -
XYZ 46.52 66.4 86.71 -
YUV 184.13 155.01 43.74 -
System Red Green Blue C M Y K H S L
Decimal 66 235 232 0.72 0 0.01 0.08 178.93 0.81 0.59
Hex 42 EB E8 48 0 1 8 B3 51 3B
Octal 102 353 350 110 0 1 10 263 121 73
Binary 1000010 11101011 11101000 1001000 0 1 1000 10110011 1010001 111011

Color Harmonies of #42EBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EBE8

Black with #42EBE8

Text Example


Text Example

White with #42EBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,235,232); }

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

background-color css

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

 a { background-color: rgb(66,235,232); }

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

border-color css

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

 span { border-color: rgb(66,235,232); }

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