Html Css Color HEX #42CCC3 Medium Turquoise

📋 copy color: '#42CCC3'

red 66 ◦ green 204 ◦ blue 195

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

Shades of Medium Turquoise #42CCC3

Tints of Medium Turquoise #42CCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.94%

R = 14.19%
G = 43.87%
B = 41.94%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#42CCC3 (or 0x42CCC3) is known color: Medium Turquoise. HEX triplet: 42, CC and C3. RGB value is (66,204,195). Sum of RGB (Red+Green+Blue) = 66+204+195=465 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.19% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #42CCC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CCC3 is #BD333C. Grayscale: #A1A1A1. Windows color (decimal): -12399421 or 12831810. OLE color: 12831810.

HSL color Cylindrical-coordinate representation of color #42CCC3: hue angle of 176.09º 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 #42CCC3 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 204 195 -
CMYK 0.68 0 0.04 0.2
HSL 176.09º 0.58% 0.53% -
HSV(B) 176.09º 0.68% 0.8% -
XYZ 33.69 48.28 59.17 -
YUV 161.71 146.78 59.73 -
System Red Green Blue C M Y K H S L
Decimal 66 204 195 0.68 0 0.04 0.2 176.09 0.58 0.53
Hex 42 CC C3 44 0 4 14 B0 3A 35
Octal 102 314 303 104 0 4 24 260 72 65
Binary 1000010 11001100 11000011 1000100 0 100 10100 10110000 111010 110101

Color Harmonies of #42CCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CCC3

Black with #42CCC3

Text Example


Text Example

White with #42CCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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