#42FDE3

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

Shades of Turquoise #42FDE3

Tints of Turquoise #42FDE3

Color information

#42FDE3 (or 0x42FDE3) is unknown color: approx Turquoise. HEX triplet: 42, FD and E3. RGB value is (66,253,227). Sum of RGB (Red+Green+Blue) = 66+253+227=546 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.09% from 546); Green value is 253 (99.22% from 255 or 46.34% from 546); Blue value is 227 (89.06% from 255 or 41.58% from 546); Max value from RGB is 253 - color contains mainly: green. Hex color #42FDE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FDE3 is #BD021C. Grayscale: #C2C2C2. Windows color (decimal): -12386845 or 14941506. OLE color: 14941506.

HSL color Cylindrical-coordinate representation of color #42FDE3: hue angle of 171.66º 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 #42FDE3 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB66253227-
CMYK0.7400.100.01
HSL171.66º97.91%62.55%-
HSV(B)171.66º73.91%99.22%-
XYZ51.2476.9584.83-
YUV194.12146.5536.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.09%
GREEN value IS 253 (99.22% from 255) = 46.34%
BLUE value IS 227 (89.06% from 255) = 41.58%
R=12.09%
G=46.34%
B=41.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal662532270.7400.100.01171.6697.9162.55
Hex42FDE34A0A1ac623f
Octal102375343112012125414277
Binary100001011111101111000111001010010101101011001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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