#42CDD7

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

Shades of Medium Turquoise #42CDD7

Tints of Medium Turquoise #42CDD7

Color information

#42CDD7 (or 0x42CDD7) is unknown color: approx Medium Turquoise. HEX triplet: 42, CD and D7. RGB value is (66,205,215). Sum of RGB (Red+Green+Blue) = 66+205+215=486 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.58% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #42CDD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CDD7 is #BD3228. Grayscale: #A4A4A4. Windows color (decimal): -12399145 or 14142786. OLE color: 14142786.

HSL color Cylindrical-coordinate representation of color #42CDD7: hue angle of 184.03º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42CDD7 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB66205215-
CMYK0.690.0500.16
HSL184.03º65.07%55.1%-
HSV(B)184.03º69.3%84.31%-
XYZ36.3449.7371.97-
YUV164.58156.4557.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.58%
GREEN value IS 205 (80.47% from 255) = 42.18%
BLUE value IS 215 (84.38% from 255) = 44.24%
R=13.58%
G=42.18%
B=44.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal662052150.690.0500.16184.0365.0755.1
Hex42CDD7455010b84137
Octal102315327105502027010167
Binary100001011001101110101111000101101010000101110001000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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