Html Css Color HEX #42EABC Turquoise

📋 copy color: '#42EABC'

red 66 ◦ green 234 ◦ blue 188

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

Shades of Turquoise #42EABC

Tints of Turquoise #42EABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.52%

R = 13.52%
G = 47.95%
B = 38.52%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#42EABC (or 0x42EABC) is known color: Turquoise. HEX triplet: 42, EA and BC. RGB value is (66,234,188). Sum of RGB (Red+Green+Blue) = 66+234+188=488 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.52% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #42EABC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EABC is #BD1543. Grayscale: #B2B2B2. Windows color (decimal): -12391748 or 12380738. OLE color: 12380738.

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

Color convert

RGB 66 234 188 -
CMYK 0.72 0 0.20 0.08
HSL 163.57º 0.8% 0.59% -
HSV(B) 163.57º 0.72% 0.92% -
XYZ 40.75 63.63 57.71 -
YUV 178.52 133.34 47.74 -
System Red Green Blue C M Y K H S L
Decimal 66 234 188 0.72 0 0.20 0.08 163.57 0.8 0.59
Hex 42 EA BC 48 0 14 8 A4 50 3B
Octal 102 352 274 110 0 24 10 244 120 73
Binary 1000010 11101010 10111100 1001000 0 10100 1000 10100100 1010000 111011

Color Harmonies of #42EABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EABC

Black with #42EABC

Text Example


Text Example

White with #42EABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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