Html Css Color HEX #42EACE Turquoise

📋 copy color: '#42EACE'

red 66 ◦ green 234 ◦ blue 206

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

Shades of Turquoise #42EACE

Tints of Turquoise #42EACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.71%

R = 13.04%
G = 46.25%
B = 40.71%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#42EACE (or 0x42EACE) is known color: Turquoise. HEX triplet: 42, EA and CE. RGB value is (66,234,206). Sum of RGB (Red+Green+Blue) = 66+234+206=506 (67% of max value = 765). Red value is 66 (26.17% from 255 or 13.04% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 234 - color contains mainly: green. Hex color #42EACE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EACE is #BD1531. Grayscale: #B4B4B4. Windows color (decimal): -12391730 or 13560386. OLE color: 13560386.

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

Color convert

RGB 66 234 206 -
CMYK 0.72 0 0.12 0.08
HSL 170º 0.8% 0.59% -
HSV(B) 170º 0.72% 0.92% -
XYZ 42.81 64.46 68.58 -
YUV 180.58 142.34 46.28 -
System Red Green Blue C M Y K H S L
Decimal 66 234 206 0.72 0 0.12 0.08 170 0.8 0.59
Hex 42 EA CE 48 0 C 8 AA 50 3B
Octal 102 352 316 110 0 14 10 252 120 73
Binary 1000010 11101010 11001110 1001000 0 1100 1000 10101010 1010000 111011

Color Harmonies of #42EACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EACE

Black with #42EACE

Text Example


Text Example

White with #42EACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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