Html Css Color HEX #42CEC2 Medium Turquoise

📋 copy color: '#42CEC2'

red 66 ◦ green 206 ◦ blue 194

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

Shades of Medium Turquoise #42CEC2

Tints of Medium Turquoise #42CEC2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.21%

 BLUE value IS 194 (76.17% from 255) = 41.63%

R = 14.16%
G = 44.21%
B = 41.63%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#42CEC2 (or 0x42CEC2) is known color: Medium Turquoise. HEX triplet: 42, CE and C2. RGB value is (66,206,194). Sum of RGB (Red+Green+Blue) = 66+206+194=466 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.16% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 206 - color contains mainly: green. Hex color #42CEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CEC2 is #BD313D. Grayscale: #A2A2A2. Windows color (decimal): -12398910 or 12766786. OLE color: 12766786.

HSL color Cylindrical-coordinate representation of color #42CEC2: hue angle of 174.86º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CEC2 is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 206 194 -
CMYK 0.68 0 0.06 0.19
HSL 174.86º 0.59% 0.53% -
HSV(B) 174.86º 0.68% 0.81% -
XYZ 34.06 49.2 58.74 -
YUV 162.77 145.62 58.98 -
System Red Green Blue C M Y K H S L
Decimal 66 206 194 0.68 0 0.06 0.19 174.86 0.59 0.53
Hex 42 CE C2 44 0 6 13 AF 3B 35
Octal 102 316 302 104 0 6 23 257 73 65
Binary 1000010 11001110 11000010 1000100 0 110 10011 10101111 111011 110101

Color Harmonies of #42CEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CEC2

Black with #42CEC2

Text Example


Text Example

White with #42CEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,206,194); }

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

background-color css

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

 a { background-color: rgb(66,206,194); }

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

border-color css

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

 span { border-color: rgb(66,206,194); }

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