#42CDE5

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

Shades of Medium Turquoise #42CDE5

Tints of Medium Turquoise #42CDE5

Color information

#42CDE5 (or 0x42CDE5) is unknown color: approx Medium Turquoise. HEX triplet: 42, CD and E5. RGB value is (66,205,229). Sum of RGB (Red+Green+Blue) = 66+205+229=500 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.2% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 229 - color contains mainly: blue. Hex color #42CDE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CDE5 is #BD321A. Grayscale: #A5A5A5. Windows color (decimal): -12399131 or 15060290. OLE color: 15060290.

HSL color Cylindrical-coordinate representation of color #42CDE5: hue angle of 188.83º 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 #42CDE5 is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB66205229-
CMYK0.710.1000.10
HSL188.83º75.81%57.84%-
HSV(B)188.83º71.18%89.8%-
XYZ38.2250.4881.86-
YUV166.18163.4556.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.2%
GREEN value IS 205 (80.47% from 255) = 41%
BLUE value IS 229 (89.84% from 255) = 45.8%
R=13.2%
G=41%
B=45.8%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal662052290.710.1000.10188.8375.8157.84
Hex42CDE547A0Abd4c3a
Octal1023153451071201227511472
Binary100001011001101111001011000111101001010101111011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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