#42CCE5

Color #42CCE5 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #42CCE5

Tints of Medium Turquoise #42CCE5

Color information

#42CCE5 (or 0x42CCE5) is unknown color: approx Medium Turquoise. HEX triplet: 42, CC and E5. RGB value is (66,204,229). Sum of RGB (Red+Green+Blue) = 66+204+229=499 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.23% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #42CCE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CCE5 is #BD331A. Grayscale: #A5A5A5. Windows color (decimal): -12399387 or 15060034. OLE color: 15060034.

HSL color Cylindrical-coordinate representation of color #42CCE5: hue angle of 189.2º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42CCE5 is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB66204229-
CMYK0.710.1100.10
HSL189.2º75.81%57.84%-
HSV(B)189.2º71.18%89.8%-
XYZ37.985081.78-
YUV165.59163.7856.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.23%
GREEN value IS 204 (80.08% from 255) = 40.88%
BLUE value IS 229 (89.84% from 255) = 45.89%
R=13.23%
G=40.88%
B=45.89%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal662042290.710.1100.10189.275.8157.84
Hex42CCE547B0Abd4c3a
Octal1023143451071301227511472
Binary100001011001100111001011000111101101010101111011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #42CCE5;
 }
 .AnyTagClassName
 {
   color: #42CCE5;
 }
</style>
background-color css

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

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

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

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

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

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