#92F3E7

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

Shades of Pale Turquoise #92F3E7

Tints of Pale Turquoise #92F3E7

Color information

#92F3E7 (or 0x92F3E7) is unknown color: approx Pale Turquoise. HEX triplet: 92, F3 and E7. RGB value is (146,243,231). Sum of RGB (Red+Green+Blue) = 146+243+231=620 (82% of max value = 765). Red value is 146 (57.42% from 255 or 23.55% from 620); Green value is 243 (95.31% from 255 or 39.19% from 620); Blue value is 231 (90.62% from 255 or 37.26% from 620); Max value from RGB is 243 - color contains mainly: green. Hex color #92F3E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92F3E7 is #6D0C18. Grayscale: #D4D4D4. Windows color (decimal): -7146521 or 15201170. OLE color: 15201170.

HSL color Cylindrical-coordinate representation of color #92F3E7: hue angle of 172.58º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92F3E7 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB146243231-
CMYK0.4000.050.05
HSL172.58º80.17%76.27%-
HSV(B)172.58º39.92%95.29%-
XYZ58.3375.9887.19-
YUV212.63138.3680.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.55%
GREEN value IS 243 (95.31% from 255) = 39.19%
BLUE value IS 231 (90.62% from 255) = 37.26%
R=23.55%
G=39.19%
B=37.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1462432310.4000.050.05172.5880.1776.27
Hex92F3E728055ad504c
Octal22236334750055255120114
Binary10010010111100111110011110100001011011010110110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,243,231); }

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

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

 a { background-color: rgb(146,243,231); }

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

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

 span { border-color: rgb(146,243,231); }

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