Html Css Color HEX #42CCC5 Medium Turquoise

📋 copy color: '#42CCC5'

red 66 ◦ green 204 ◦ blue 197

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

Shades of Medium Turquoise #42CCC5

Tints of Medium Turquoise #42CCC5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.68%

 BLUE value IS 197 (77.34% from 255) = 42.18%

R = 14.13%
G = 43.68%
B = 42.18%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#42CCC5 (or 0x42CCC5) is known color: Medium Turquoise. HEX triplet: 42, CC and C5. RGB value is (66,204,197). Sum of RGB (Red+Green+Blue) = 66+204+197=467 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.13% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #42CCC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CCC5 is #BD333A. Grayscale: #A1A1A1. Windows color (decimal): -12399419 or 12962882. OLE color: 12962882.

HSL color Cylindrical-coordinate representation of color #42CCC5: hue angle of 176.96º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CCC5 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 204 197 -
CMYK 0.68 0 0.03 0.2
HSL 176.96º 0.58% 0.53% -
HSV(B) 176.96º 0.68% 0.8% -
XYZ 33.92 48.38 60.37 -
YUV 161.94 147.78 59.57 -
System Red Green Blue C M Y K H S L
Decimal 66 204 197 0.68 0 0.03 0.2 176.96 0.58 0.53
Hex 42 CC C5 44 0 3 14 B1 3A 35
Octal 102 314 305 104 0 3 24 261 72 65
Binary 1000010 11001100 11000101 1000100 0 11 10100 10110001 111010 110101

Color Harmonies of #42CCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CCC5

Black with #42CCC5

Text Example


Text Example

White with #42CCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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