#42FDE2

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

Shades of Turquoise #42FDE2

Tints of Turquoise #42FDE2

Color information

#42FDE2 (or 0x42FDE2) is unknown color: approx Turquoise. HEX triplet: 42, FD and E2. RGB value is (66,253,226). Sum of RGB (Red+Green+Blue) = 66+253+226=545 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.11% from 545); Green value is 253 (99.22% from 255 or 46.42% from 545); Blue value is 226 (88.67% from 255 or 41.47% from 545); Max value from RGB is 253 - color contains mainly: green. Hex color #42FDE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FDE2 is #BD021D. Grayscale: #C1C1C1. Windows color (decimal): -12386846 or 14875970. OLE color: 14875970.

HSL color Cylindrical-coordinate representation of color #42FDE2: hue angle of 171.34º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FDE2 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB66253226-
CMYK0.7400.110.01
HSL171.34º97.91%62.55%-
HSV(B)171.34º73.91%99.22%-
XYZ51.176.984.1-
YUV194.01146.0536.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.11%
GREEN value IS 253 (99.22% from 255) = 46.42%
BLUE value IS 226 (88.67% from 255) = 41.47%
R=12.11%
G=46.42%
B=41.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal662532260.7400.110.01171.3497.9162.55
Hex42FDE24A0B1ab623f
Octal102375342112013125314277
Binary100001011111101111000101001010010111101010111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,253,226); }

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

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

 a { background-color: rgb(66,253,226); }

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

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

 span { border-color: rgb(66,253,226); }

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