Html Css Color HEX #42E2CA Turquoise

📋 copy color: '#42E2CA'

red 66 ◦ green 226 ◦ blue 202

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

Shades of Turquoise #42E2CA

Tints of Turquoise #42E2CA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.75%

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

R = 13.36%
G = 45.75%
B = 40.89%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#42E2CA (or 0x42E2CA) is known color: Turquoise. HEX triplet: 42, E2 and CA. RGB value is (66,226,202). Sum of RGB (Red+Green+Blue) = 66+226+202=494 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.36% from 494); Green value is 226 (88.67% from 255 or 45.75% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 226 - color contains mainly: green. Hex color #42E2CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42E2CA is #BD1D35. Grayscale: #AFAFAF. Windows color (decimal): -12393782 or 13296194. OLE color: 13296194.

HSL color Cylindrical-coordinate representation of color #42E2CA: hue angle of 171º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E2CA is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 66 226 202 -
CMYK 0.71 0 0.11 0.11
HSL 171º 0.73% 0.57% -
HSV(B) 171º 0.71% 0.89% -
XYZ 40.1 59.82 65.31 -
YUV 175.42 142.99 49.95 -
System Red Green Blue C M Y K H S L
Decimal 66 226 202 0.71 0 0.11 0.11 171 0.73 0.57
Hex 42 E2 CA 47 0 B B AB 49 39
Octal 102 342 312 107 0 13 13 253 111 71
Binary 1000010 11100010 11001010 1000111 0 1011 1011 10101011 1001001 111001

Color Harmonies of #42E2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E2CA

Black with #42E2CA

Text Example


Text Example

White with #42E2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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