#42DDC3

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

Shades of Turquoise #42DDC3

Tints of Turquoise #42DDC3

Color information

#42DDC3 (or 0x42DDC3) is unknown color: approx Turquoise. HEX triplet: 42, DD and C3. RGB value is (66,221,195). Sum of RGB (Red+Green+Blue) = 66+221+195=482 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.69% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #42DDC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DDC3 is #BD223C. Grayscale: #ABABAB. Windows color (decimal): -12395069 or 12836162. OLE color: 12836162.

HSL color Cylindrical-coordinate representation of color #42DDC3: hue angle of 169.94º 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 #42DDC3 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB66221195-
CMYK0.7000.120.13
HSL169.94º69.51%56.27%-
HSV(B)169.94º70.14%86.67%-
XYZ37.9556.8160.6-
YUV171.69141.1552.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.69%
GREEN value IS 221 (86.72% from 255) = 45.85%
BLUE value IS 195 (76.56% from 255) = 40.46%
R=13.69%
G=45.85%
B=40.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal662211950.7000.120.13169.9469.5156.27
Hex42DDC3460CDaa4638
Octal1023353031060141525210670
Binary100001011011101110000111000110011001101101010101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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