#42D2DD

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

Shades of Medium Turquoise #42D2DD

Tints of Medium Turquoise #42D2DD

Color information

#42D2DD (or 0x42D2DD) is unknown color: approx Medium Turquoise. HEX triplet: 42, D2 and DD. RGB value is (66,210,221). Sum of RGB (Red+Green+Blue) = 66+210+221=497 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.28% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #42D2DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D2DD is #BD2D22. Grayscale: #A8A8A8. Windows color (decimal): -12397859 or 14537282. OLE color: 14537282.

HSL color Cylindrical-coordinate representation of color #42D2DD: hue angle of 184.26º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42D2DD is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB66210221-
CMYK0.700.0500.13
HSL184.26º69.51%56.27%-
HSV(B)184.26º70.14%86.67%-
XYZ38.3452.4776.51-
YUV168.2157.7955.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.28%
GREEN value IS 210 (82.42% from 255) = 42.25%
BLUE value IS 221 (86.72% from 255) = 44.47%
R=13.28%
G=42.25%
B=44.47%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal662102210.700.0500.13184.2669.5156.27
Hex42D2DD4650Db84638
Octal102322335106501527010670
Binary10000101101001011011101100011010101101101110001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,210,221); }

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

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

 a { background-color: rgb(66,210,221); }

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

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

 span { border-color: rgb(66,210,221); }

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