#42CBE5

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

Shades of Medium Turquoise #42CBE5

Tints of Medium Turquoise #42CBE5

Color information

#42CBE5 (or 0x42CBE5) is unknown color: approx Medium Turquoise. HEX triplet: 42, CB and E5. RGB value is (66,203,229). Sum of RGB (Red+Green+Blue) = 66+203+229=498 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.25% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 229 (89.84% from 255 or 45.98% from 498); Max value from RGB is 229 - color contains mainly: blue. Hex color #42CBE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CBE5 is #BD341A. Grayscale: #A4A4A4. Windows color (decimal): -12399643 or 15059778. OLE color: 15059778.

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

Color convert

RGB66203229-
CMYK0.710.1100.10
HSL189.57º75.81%57.84%-
HSV(B)189.57º71.18%89.8%-
XYZ37.7549.5381.7-
YUV165164.1157.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.25%
GREEN value IS 203 (79.69% from 255) = 40.76%
BLUE value IS 229 (89.84% from 255) = 45.98%
R=13.25%
G=40.76%
B=45.98%

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
Decimal662032290.710.1100.10189.5775.8157.84
Hex42CBE547B0Abe4c3a
Octal1023133451071301227611472
Binary100001011001011111001011000111101101010101111101001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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