Html Css Color HEX #99FAF6 Pale Turquoise

📋 copy color: '#99FAF6'

red 153 ◦ green 250 ◦ blue 246

#99FAF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #99FAF6

Tints of Pale Turquoise #99FAF6

RGB

 RED value IS 153 (60.16% from 255) = 23.57%

 GREEN value IS 250 (98.05% from 255) = 38.52%

 BLUE value IS 246 (96.48% from 255) = 37.9%

R = 23.57%
G = 38.52%
B = 37.9%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#99FAF6 (or 0x99FAF6) is known color: Pale Turquoise. HEX triplet: 99, FA and F6. RGB value is (153,250,246). Sum of RGB (Red+Green+Blue) = 153+250+246=649 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.57% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 246 (96.48% from 255 or 37.90% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #99FAF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FAF6 is #660509. Grayscale: #DCDCDC. Windows color (decimal): -6685962 or 16186009. OLE color: 16186009.

HSL color Cylindrical-coordinate representation of color #99FAF6: hue angle of 177.53º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99FAF6 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 250 246 -
CMYK 0.39 0 0.02 0.02
HSL 177.53º 0.91% 0.79% -
HSV(B) 177.53º 0.39% 0.98% -
XYZ 63.96 81.8 99.61 -
YUV 220.54 142.36 79.83 -
System Red Green Blue C M Y K H S L
Decimal 153 250 246 0.39 0 0.02 0.02 177.53 0.91 0.79
Hex 99 FA F6 27 0 2 2 B2 5B 4F
Octal 231 372 366 47 0 2 2 262 133 117
Binary 10011001 11111010 11110110 100111 0 10 10 10110010 1011011 1001111

Color Harmonies of #99FAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99FAF6

Black with #99FAF6

Text Example


Text Example

White with #99FAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,250,246); }

 H1.HeaderClassName
 {
   color: #99FAF6;
 }
 .AnyTagClassName
 {
   color: #99FAF6;
 }
</style>

background-color css

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

 a { background-color: rgb(153,250,246); }

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

border-color css

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

 span { border-color: rgb(153,250,246); }

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