#42CAE3

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

Shades of Medium Turquoise #42CAE3

Tints of Medium Turquoise #42CAE3

Color information

#42CAE3 (or 0x42CAE3) is unknown color: approx Medium Turquoise. HEX triplet: 42, CA and E3. RGB value is (66,202,227). Sum of RGB (Red+Green+Blue) = 66+202+227=495 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.33% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 227 (89.06% from 255 or 45.86% from 495); Max value from RGB is 227 - color contains mainly: blue. Hex color #42CAE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CAE3 is #BD351C. Grayscale: #A3A3A3. Windows color (decimal): -12399901 or 14928450. OLE color: 14928450.

HSL color Cylindrical-coordinate representation of color #42CAE3: hue angle of 189.32º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42CAE3 is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB66202227-
CMYK0.710.1100.11
HSL189.32º74.19%57.45%-
HSV(B)189.32º70.93%89.02%-
XYZ37.2348.9580.16-
YUV164.19163.4457.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.33%
GREEN value IS 202 (79.30% from 255) = 40.81%
BLUE value IS 227 (89.06% from 255) = 45.86%
R=13.33%
G=40.81%
B=45.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal662022270.710.1100.11189.3274.1957.45
Hex42CAE347B0Bbd4a39
Octal1023123431071301327511271
Binary100001011001010111000111000111101101011101111011001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,202,227); }

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

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

 a { background-color: rgb(66,202,227); }

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

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

 span { border-color: rgb(66,202,227); }

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