#42FFAE

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

Shades of Turquoise #42FFAE

Tints of Turquoise #42FFAE

Color information

#42FFAE (or 0x42FFAE) is unknown color: approx Turquoise. HEX triplet: 42, FF and AE. RGB value is (66,255,174). Sum of RGB (Red+Green+Blue) = 66+255+174=495 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.33% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #42FFAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FFAE is #BD0051. Grayscale: #BDBDBD. Windows color (decimal): -12386386 or 11468610. OLE color: 11468610.

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

Color convert

RGB66255174-
CMYK0.7400.320
HSL154.29º100%62.94%-
HSV(B)154.29º74.12%100%-
XYZ45.6575.7352.26-
YUV189.26119.3840.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.33%
GREEN value IS 255 (100% from 255) = 51.52%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=13.33%
G=51.52%
B=35.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal662551740.7400.320154.2910062.94
Hex42FFAE4A02009a643f
Octal102377256112040023214477
Binary10000101111111110101110100101001000000100110101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,255,174); }

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

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

 a { background-color: rgb(66,255,174); }

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

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

 span { border-color: rgb(66,255,174); }

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