Html Css Color HEX #42CECC Medium Turquoise

📋 copy color: '#42CECC'

red 66 ◦ green 206 ◦ blue 204

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

Shades of Medium Turquoise #42CECC

Tints of Medium Turquoise #42CECC

RGB

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

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

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

R = 13.87%
G = 43.28%
B = 42.86%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#42CECC (or 0x42CECC) is known color: Medium Turquoise. HEX triplet: 42, CE and CC. RGB value is (66,206,204). Sum of RGB (Red+Green+Blue) = 66+206+204=476 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.87% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #42CECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CECC is #BD3133. Grayscale: #A3A3A3. Windows color (decimal): -12398900 or 13422146. OLE color: 13422146.

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

Color convert

RGB 66 206 204 -
CMYK 0.68 0 0.01 0.19
HSL 179.14º 0.59% 0.53% -
HSV(B) 179.14º 0.68% 0.81% -
XYZ 35.22 49.66 64.86 -
YUV 163.91 150.62 58.16 -
System Red Green Blue C M Y K H S L
Decimal 66 206 204 0.68 0 0.01 0.19 179.14 0.59 0.53
Hex 42 CE CC 44 0 1 13 B3 3B 35
Octal 102 316 314 104 0 1 23 263 73 65
Binary 1000010 11001110 11001100 1000100 0 1 10011 10110011 111011 110101

Color Harmonies of #42CECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CECC

Black with #42CECC

Text Example


Text Example

White with #42CECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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