#42F7D1

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

Shades of Turquoise #42F7D1

Tints of Turquoise #42F7D1

Color information

#42F7D1 (or 0x42F7D1) is unknown color: approx Turquoise. HEX triplet: 42, F7 and D1. RGB value is (66,247,209). Sum of RGB (Red+Green+Blue) = 66+247+209=522 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.64% from 522); Green value is 247 (96.88% from 255 or 47.32% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 247 - color contains mainly: green. Hex color #42F7D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F7D1 is #BD082E. Grayscale: #BCBCBC. Windows color (decimal): -12388399 or 13760322. OLE color: 13760322.

HSL color Cylindrical-coordinate representation of color #42F7D1: hue angle of 167.4º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F7D1 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB66247209-
CMYK0.7300.150.03
HSL167.4º91.88%61.37%-
HSV(B)167.4º73.28%96.86%-
XYZ47.0272.2871.8-
YUV188.55139.5340.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.64%
GREEN value IS 247 (96.88% from 255) = 47.32%
BLUE value IS 209 (82.03% from 255) = 40.04%
R=12.64%
G=47.32%
B=40.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal662472090.7300.150.03167.491.8861.37
Hex42F7D1490F3a75c3d
Octal102367321111017324713475
Binary1000010111101111101000110010010111111101001111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,247,209); }

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

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

 a { background-color: rgb(66,247,209); }

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

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

 span { border-color: rgb(66,247,209); }

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