Html Css Color HEX #99FAFA Pale Turquoise

📋 copy color: '#99FAFA'

red 153 ◦ green 250 ◦ blue 250

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

Shades of Pale Turquoise #99FAFA

Tints of Pale Turquoise #99FAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.28%

R = 23.43%
G = 38.28%
B = 38.28%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#99FAFA (or 0x99FAFA) is known color: Pale Turquoise. HEX triplet: 99, FA and FA. RGB value is (153,250,250). Sum of RGB (Red+Green+Blue) = 153+250+250=653 (86% of max value = 765). Red value is 153 (60.16% from 255 or 23.43% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #99FAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FAFA is #660505. Grayscale: #DCDCDC. Windows color (decimal): -6685958 or 16448153. OLE color: 16448153.

HSL color Cylindrical-coordinate representation of color #99FAFA: hue angle of 180º 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 #99FAFA is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 250 250 -
CMYK 0.39 0 0 0.02
HSL 180º 0.91% 0.79% -
HSV(B) 180º 0.39% 0.98% -
XYZ 64.58 82.05 102.88 -
YUV 221 144.36 79.5 -
System Red Green Blue C M Y K H S L
Decimal 153 250 250 0.39 0 0 0.02 180 0.91 0.79
Hex 99 FA FA 27 0 0 2 B4 5B 4F
Octal 231 372 372 47 0 0 2 264 133 117
Binary 10011001 11111010 11111010 100111 0 0 10 10110100 1011011 1001111

Color Harmonies of #99FAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99FAFA

Black with #99FAFA

Text Example


Text Example

White with #99FAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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