#42CDBE

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

Shades of Medium Turquoise #42CDBE

Tints of Medium Turquoise #42CDBE

Color information

#42CDBE (or 0x42CDBE) is unknown color: approx Medium Turquoise. HEX triplet: 42, CD and BE. RGB value is (66,205,190). Sum of RGB (Red+Green+Blue) = 66+205+190=461 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.32% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 205 - color contains mainly: green. Hex color #42CDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CDBE is #BD3241. Grayscale: #A1A1A1. Windows color (decimal): -12399170 or 12504386. OLE color: 12504386.

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

Color convert

RGB66205190-
CMYK0.6800.070.20
HSL173.53º58.16%53.14%-
HSV(B)173.53º67.8%80.39%-
XYZ33.3748.5456.33-
YUV161.73143.9559.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.32%
GREEN value IS 205 (80.47% from 255) = 44.47%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=14.32%
G=44.47%
B=41.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal662051900.6800.070.20173.5358.1653.14
Hex42CDBE440714ae3a35
Octal10231527610407242567265
Binary10000101100110110111110100010001111010010101110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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