#99FDF4

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

Shades of Pale Turquoise #99FDF4

Tints of Pale Turquoise #99FDF4

Color information

#99FDF4 (or 0x99FDF4) is unknown color: approx Pale Turquoise. HEX triplet: 99, FD and F4. RGB value is (153,253,244). Sum of RGB (Red+Green+Blue) = 153+253+244=650 (86% of max value = 765). Red value is 153 (60.16% from 255 or 23.54% from 650); Green value is 253 (99.22% from 255 or 38.92% from 650); Blue value is 244 (95.70% from 255 or 37.54% from 650); Max value from RGB is 253 - color contains mainly: green. Hex color #99FDF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FDF4 is #66020B. Grayscale: #DEDEDE. Windows color (decimal): -6685196 or 16055705. OLE color: 16055705.

HSL color Cylindrical-coordinate representation of color #99FDF4: hue angle of 174.6º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FDF4 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB153253244-
CMYK0.4000.040.01
HSL174.6º96.15%79.61%-
HSV(B)174.6º39.53%99.22%-
XYZ64.5983.5598.31-
YUV222.07140.3778.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.54%
GREEN value IS 253 (99.22% from 255) = 38.92%
BLUE value IS 244 (95.70% from 255) = 37.54%
R=23.54%
G=38.92%
B=37.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1532532440.4000.040.01174.696.1579.61
Hex99FDF428041af6050
Octal23137536450041257140120
Binary100110011111110111110100101000010011010111111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99FDF4; }

 p { color: rgb(153,253,244); }

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

<style>
 a { background-color: #99FDF4; }

 a { background-color: rgb(153,253,244); }

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

<style>
 span { border-color: #99FDF4; }

 span { border-color: rgb(153,253,244); }

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