Html Css Color HEX #99FAF2 Pale Turquoise

📋 copy color: '#99FAF2'

red 153 ◦ green 250 ◦ blue 242

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

Shades of Pale Turquoise #99FAF2

Tints of Pale Turquoise #99FAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.52%

R = 23.72%
G = 38.76%
B = 37.52%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#99FAF2 (or 0x99FAF2) is known color: Pale Turquoise. HEX triplet: 99, FA and F2. RGB value is (153,250,242). Sum of RGB (Red+Green+Blue) = 153+250+242=645 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.72% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #99FAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FAF2 is #66050D. Grayscale: #DCDCDC. Windows color (decimal): -6685966 or 15923865. OLE color: 15923865.

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

Color convert

RGB 153 250 242 -
CMYK 0.39 0 0.03 0.02
HSL 175.05º 0.91% 0.79% -
HSV(B) 175.05º 0.39% 0.98% -
XYZ 63.35 81.55 96.41 -
YUV 220.09 140.36 80.15 -
System Red Green Blue C M Y K H S L
Decimal 153 250 242 0.39 0 0.03 0.02 175.05 0.91 0.79
Hex 99 FA F2 27 0 3 2 AF 5B 4F
Octal 231 372 362 47 0 3 2 257 133 117
Binary 10011001 11111010 11110010 100111 0 11 10 10101111 1011011 1001111

Color Harmonies of #99FAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99FAF2

Black with #99FAF2

Text Example


Text Example

White with #99FAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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