#92F6E9

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

Shades of Pale Turquoise #92F6E9

Tints of Pale Turquoise #92F6E9

Color information

#92F6E9 (or 0x92F6E9) is unknown color: approx Pale Turquoise. HEX triplet: 92, F6 and E9. RGB value is (146,246,233). Sum of RGB (Red+Green+Blue) = 146+246+233=625 (82% of max value = 765). Red value is 146 (57.42% from 255 or 23.36% from 625); Green value is 246 (96.48% from 255 or 39.36% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 246 - color contains mainly: green. Hex color #92F6E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92F6E9 is #6D0916. Grayscale: #D6D6D6. Windows color (decimal): -7145751 or 15333010. OLE color: 15333010.

HSL color Cylindrical-coordinate representation of color #92F6E9: hue angle of 172.2º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92F6E9 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB146246233-
CMYK0.4100.050.04
HSL172.2º84.75%76.86%-
HSV(B)172.2º40.65%96.47%-
XYZ59.5277.9188.99-
YUV214.62138.3779.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.36%
GREEN value IS 246 (96.48% from 255) = 39.36%
BLUE value IS 233 (91.41% from 255) = 37.28%
R=23.36%
G=39.36%
B=37.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1462462330.4100.050.04172.284.7576.86
Hex92F6E929054ac554d
Octal22236635151054254125115
Binary10010010111101101110100110100101011001010110010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92F6E9; }

 p { color: rgb(146,246,233); }

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

<style>
 a { background-color: #92F6E9; }

 a { background-color: rgb(146,246,233); }

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

<style>
 span { border-color: #92F6E9; }

 span { border-color: rgb(146,246,233); }

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