Html Css Color HEX #42D9CA Turquoise

📋 copy color: '#42D9CA'

red 66 ◦ green 217 ◦ blue 202

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

Shades of Turquoise #42D9CA

Tints of Turquoise #42D9CA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.74%

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

R = 13.61%
G = 44.74%
B = 41.65%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#42D9CA (or 0x42D9CA) is known color: Turquoise. HEX triplet: 42, D9 and CA. RGB value is (66,217,202). Sum of RGB (Red+Green+Blue) = 66+217+202=485 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.61% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #42D9CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D9CA is #BD2635. Grayscale: #AAAAAA. Windows color (decimal): -12396086 or 13293890. OLE color: 13293890.

HSL color Cylindrical-coordinate representation of color #42D9CA: hue angle of 174.04º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42D9CA is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 217 202 -
CMYK 0.70 0 0.07 0.15
HSL 174.04º 0.67% 0.55% -
HSV(B) 174.04º 0.7% 0.85% -
XYZ 37.72 55.05 64.51 -
YUV 170.14 145.97 53.72 -
System Red Green Blue C M Y K H S L
Decimal 66 217 202 0.70 0 0.07 0.15 174.04 0.67 0.55
Hex 42 D9 CA 46 0 7 F AE 43 37
Octal 102 331 312 106 0 7 17 256 103 67
Binary 1000010 11011001 11001010 1000110 0 111 1111 10101110 1000011 110111

Color Harmonies of #42D9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D9CA

Black with #42D9CA

Text Example


Text Example

White with #42D9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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