#42F9DD

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

Shades of Turquoise #42F9DD

Tints of Turquoise #42F9DD

Color information

#42F9DD (or 0x42F9DD) is unknown color: approx Turquoise. HEX triplet: 42, F9 and DD. RGB value is (66,249,221). Sum of RGB (Red+Green+Blue) = 66+249+221=536 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.31% from 536); Green value is 249 (97.66% from 255 or 46.46% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 249 - color contains mainly: green. Hex color #42F9DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F9DD is #BD0622. Grayscale: #BFBFBF. Windows color (decimal): -12387875 or 14547266. OLE color: 14547266.

HSL color Cylindrical-coordinate representation of color #42F9DD: hue angle of 170.82º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F9DD is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB66249221-
CMYK0.7300.110.02
HSL170.82º93.85%61.76%-
HSV(B)170.82º73.49%97.65%-
XYZ49.1774.1380.12-
YUV191.09144.8738.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.31%
GREEN value IS 249 (97.66% from 255) = 46.46%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=12.31%
G=46.46%
B=41.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal662492210.7300.110.02170.8293.8561.76
Hex42F9DD490B2ab5e3e
Octal102371335111013225313676
Binary1000010111110011101110110010010101110101010111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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