Html Css Color HEX #42EAE3 Turquoise

📋 copy color: '#42EAE3'

red 66 ◦ green 234 ◦ blue 227

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

Shades of Turquoise #42EAE3

Tints of Turquoise #42EAE3

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.4%

 BLUE value IS 227 (89.06% from 255) = 43.07%

R = 12.52%
G = 44.4%
B = 43.07%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#42EAE3 (or 0x42EAE3) is known color: Turquoise. HEX triplet: 42, EA and E3. RGB value is (66,234,227). Sum of RGB (Red+Green+Blue) = 66+234+227=527 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.52% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 227 (89.06% from 255 or 43.07% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #42EAE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EAE3 is #BD151C. Grayscale: #B6B6B6. Windows color (decimal): -12391709 or 14936642. OLE color: 14936642.

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

Color convert

RGB 66 234 227 -
CMYK 0.72 0 0.03 0.08
HSL 177.5º 0.8% 0.59% -
HSV(B) 177.5º 0.72% 0.92% -
XYZ 45.53 65.55 82.93 -
YUV 182.97 152.84 44.57 -
System Red Green Blue C M Y K H S L
Decimal 66 234 227 0.72 0 0.03 0.08 177.5 0.8 0.59
Hex 42 EA E3 48 0 3 8 B2 50 3B
Octal 102 352 343 110 0 3 10 262 120 73
Binary 1000010 11101010 11100011 1001000 0 11 1000 10110010 1010000 111011

Color Harmonies of #42EAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EAE3

Black with #42EAE3

Text Example


Text Example

White with #42EAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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