Html Css Color HEX #42DDCA Turquoise

📋 copy color: '#42DDCA'

red 66 ◦ green 221 ◦ blue 202

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

Shades of Turquoise #42DDCA

Tints of Turquoise #42DDCA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.19%

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

R = 13.5%
G = 45.19%
B = 41.31%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#42DDCA (or 0x42DDCA) is known color: Turquoise. HEX triplet: 42, DD and CA. RGB value is (66,221,202). Sum of RGB (Red+Green+Blue) = 66+221+202=489 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.50% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #42DDCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DDCA is #BD2235. Grayscale: #ACACAC. Windows color (decimal): -12395062 or 13294914. OLE color: 13294914.

HSL color Cylindrical-coordinate representation of color #42DDCA: hue angle of 172.65º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DDCA is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 221 202 -
CMYK 0.70 0 0.09 0.13
HSL 172.65º 0.7% 0.56% -
HSV(B) 172.65º 0.7% 0.87% -
XYZ 38.76 57.14 64.86 -
YUV 172.49 144.65 52.04 -
System Red Green Blue C M Y K H S L
Decimal 66 221 202 0.70 0 0.09 0.13 172.65 0.7 0.56
Hex 42 DD CA 46 0 9 D AD 46 38
Octal 102 335 312 106 0 11 15 255 106 70
Binary 1000010 11011101 11001010 1000110 0 1001 1101 10101101 1000110 111000

Color Harmonies of #42DDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DDCA

Black with #42DDCA

Text Example


Text Example

White with #42DDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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