Html Css Color HEX #42DACC Turquoise

📋 copy color: '#42DACC'

red 66 ◦ green 218 ◦ blue 204

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

Shades of Turquoise #42DACC

Tints of Turquoise #42DACC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.67%

 BLUE value IS 204 (80.08% from 255) = 41.8%

R = 13.52%
G = 44.67%
B = 41.8%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#42DACC (or 0x42DACC) is known color: Turquoise. HEX triplet: 42, DA and CC. RGB value is (66,218,204). Sum of RGB (Red+Green+Blue) = 66+218+204=488 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.52% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #42DACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DACC is #BD2533. Grayscale: #AAAAAA. Windows color (decimal): -12395828 or 13425218. OLE color: 13425218.

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

Color convert

RGB 66 218 204 -
CMYK 0.70 0 0.06 0.15
HSL 174.47º 0.67% 0.56% -
HSV(B) 174.47º 0.7% 0.85% -
XYZ 38.22 55.66 65.86 -
YUV 170.96 146.64 53.14 -
System Red Green Blue C M Y K H S L
Decimal 66 218 204 0.70 0 0.06 0.15 174.47 0.67 0.56
Hex 42 DA CC 46 0 6 F AE 43 38
Octal 102 332 314 106 0 6 17 256 103 70
Binary 1000010 11011010 11001100 1000110 0 110 1111 10101110 1000011 111000

Color Harmonies of #42DACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DACC

Black with #42DACC

Text Example


Text Example

White with #42DACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,218,204); }

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

background-color css

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

 a { background-color: rgb(66,218,204); }

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

border-color css

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

 span { border-color: rgb(66,218,204); }

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