#42CBC5

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

Shades of Medium Turquoise #42CBC5

Tints of Medium Turquoise #42CBC5

Color information

#42CBC5 (or 0x42CBC5) is unknown color: approx Medium Turquoise. HEX triplet: 42, CB and C5. RGB value is (66,203,197). Sum of RGB (Red+Green+Blue) = 66+203+197=466 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.16% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 203 - color contains mainly: green. Hex color #42CBC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CBC5 is #BD343A. Grayscale: #A1A1A1. Windows color (decimal): -12399675 or 12962626. OLE color: 12962626.

HSL color Cylindrical-coordinate representation of color #42CBC5: hue angle of 177.37º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CBC5 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB66203197-
CMYK0.6700.030.20
HSL177.37º56.85%52.75%-
HSV(B)177.37º67.49%79.61%-
XYZ33.6847.960.29-
YUV161.35148.1159.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.16%
GREEN value IS 203 (79.69% from 255) = 43.56%
BLUE value IS 197 (77.34% from 255) = 42.27%
R=14.16%
G=43.56%
B=42.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal662031970.6700.030.20177.3756.8552.75
Hex42CBC5430314b13935
Octal10231330510303242617165
Binary1000010110010111100010110000110111010010110001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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