#42D3D4

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

Shades of Medium Turquoise #42D3D4

Tints of Medium Turquoise #42D3D4

Color information

#42D3D4 (or 0x42D3D4) is unknown color: approx Medium Turquoise. HEX triplet: 42, D3 and D4. RGB value is (66,211,212). Sum of RGB (Red+Green+Blue) = 66+211+212=489 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.50% from 489); Green value is 211 (82.81% from 255 or 43.15% from 489); Blue value is 212 (83.20% from 255 or 43.35% from 489); Max value from RGB is 212 - color contains mainly: blue. Hex color #42D3D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D3D4 is #BD2C2B. Grayscale: #A7A7A7. Windows color (decimal): -12397612 or 13947714. OLE color: 13947714.

HSL color Cylindrical-coordinate representation of color #42D3D4: hue angle of 180.41º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D3D4 is Cyan = 0.69, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB66211212-
CMYK0.690.0000.17
HSL180.41º62.93%54.51%-
HSV(B)180.41º68.87%83.14%-
XYZ37.4252.570.45-
YUV167.76152.9655.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.50%
GREEN value IS 211 (82.81% from 255) = 43.15%
BLUE value IS 212 (83.20% from 255) = 43.35%
R=13.50%
G=43.15%
B=43.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal662112120.690.0000.17180.4162.9354.51
Hex42D3D4450011b43f37
Octal10232332410500212647767
Binary100001011010011110101001000101001000110110100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,211,212); }

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

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

 a { background-color: rgb(66,211,212); }

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

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

 span { border-color: rgb(66,211,212); }

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