Html Css Color HEX #42EACB Turquoise

📋 copy color: '#42EACB'

red 66 ◦ green 234 ◦ blue 203

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

Shades of Turquoise #42EACB

Tints of Turquoise #42EACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.36%

R = 13.12%
G = 46.52%
B = 40.36%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#42EACB (or 0x42EACB) is known color: Turquoise. HEX triplet: 42, EA and CB. RGB value is (66,234,203). Sum of RGB (Red+Green+Blue) = 66+234+203=503 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.12% from 503); Green value is 234 (91.80% from 255 or 46.52% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 234 - color contains mainly: green. Hex color #42EACB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EACB is #BD1534. Grayscale: #B4B4B4. Windows color (decimal): -12391733 or 13363778. OLE color: 13363778.

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

Color convert

RGB 66 234 203 -
CMYK 0.72 0 0.13 0.08
HSL 168.93º 0.8% 0.59% -
HSV(B) 168.93º 0.72% 0.92% -
XYZ 42.45 64.32 66.68 -
YUV 180.23 140.84 46.52 -
System Red Green Blue C M Y K H S L
Decimal 66 234 203 0.72 0 0.13 0.08 168.93 0.8 0.59
Hex 42 EA CB 48 0 D 8 A9 50 3B
Octal 102 352 313 110 0 15 10 251 120 73
Binary 1000010 11101010 11001011 1001000 0 1101 1000 10101001 1010000 111011

Color Harmonies of #42EACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EACB

Black with #42EACB

Text Example


Text Example

White with #42EACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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