Html Css Color HEX #42C5C9 Medium Turquoise

📋 copy color: '#42C5C9'

red 66 ◦ green 197 ◦ blue 201

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

Shades of Medium Turquoise #42C5C9

Tints of Medium Turquoise #42C5C9

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.46%

 BLUE value IS 201 (78.91% from 255) = 43.32%

R = 14.22%
G = 42.46%
B = 43.32%

CMYK

 C value IS 0.67

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#42C5C9 (or 0x42C5C9) is known color: Medium Turquoise. HEX triplet: 42, C5 and C9. RGB value is (66,197,201). Sum of RGB (Red+Green+Blue) = 66+197+201=464 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.22% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 201 - color contains mainly: blue. Hex color #42C5C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C5C9 is #BD3A36. Grayscale: #9E9E9E. Windows color (decimal): -12401207 or 13223234. OLE color: 13223234.

HSL color Cylindrical-coordinate representation of color #42C5C9: hue angle of 181.78º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C5C9 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 197 201 -
CMYK 0.67 0.02 0 0.21
HSL 181.78º 0.56% 0.52% -
HSV(B) 181.78º 0.67% 0.79% -
XYZ 32.76 45.31 62.28 -
YUV 158.29 152.1 62.17 -
System Red Green Blue C M Y K H S L
Decimal 66 197 201 0.67 0.02 0 0.21 181.78 0.56 0.52
Hex 42 C5 C9 43 2 0 15 B6 38 34
Octal 102 305 311 103 2 0 25 266 70 64
Binary 1000010 11000101 11001001 1000011 10 0 10101 10110110 111000 110100

Color Harmonies of #42C5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C5C9

Black with #42C5C9

Text Example


Text Example

White with #42C5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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