Html Css Color HEX #42E9CA Turquoise

📋 copy color: '#42E9CA'

red 66 ◦ green 233 ◦ blue 202

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

Shades of Turquoise #42E9CA

Tints of Turquoise #42E9CA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.51%

 BLUE value IS 202 (79.3% from 255) = 40.32%

R = 13.17%
G = 46.51%
B = 40.32%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#42E9CA (or 0x42E9CA) is known color: Turquoise. HEX triplet: 42, E9 and CA. RGB value is (66,233,202). Sum of RGB (Red+Green+Blue) = 66+233+202=501 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.17% from 501); Green value is 233 (91.41% from 255 or 46.51% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 233 - color contains mainly: green. Hex color #42E9CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42E9CA is #BD1635. Grayscale: #B3B3B3. Windows color (decimal): -12391990 or 13297986. OLE color: 13297986.

HSL color Cylindrical-coordinate representation of color #42E9CA: hue angle of 168.86º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E9CA is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 233 202 -
CMYK 0.72 0 0.13 0.09
HSL 168.86º 0.79% 0.59% -
HSV(B) 168.86º 0.72% 0.91% -
XYZ 42.05 63.7 65.96 -
YUV 179.53 140.67 47.02 -
System Red Green Blue C M Y K H S L
Decimal 66 233 202 0.72 0 0.13 0.09 168.86 0.79 0.59
Hex 42 E9 CA 48 0 D 9 A9 4F 3B
Octal 102 351 312 110 0 15 11 251 117 73
Binary 1000010 11101001 11001010 1001000 0 1101 1001 10101001 1001111 111011

Color Harmonies of #42E9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E9CA

Black with #42E9CA

Text Example


Text Example

White with #42E9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,233,202); }

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

background-color css

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

 a { background-color: rgb(66,233,202); }

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

border-color css

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

 span { border-color: rgb(66,233,202); }

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