Html Css Color HEX #99F9FA Pale Turquoise

📋 copy color: '#99F9FA'

red 153 ◦ green 249 ◦ blue 250

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

Shades of Pale Turquoise #99F9FA

Tints of Pale Turquoise #99F9FA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.19%

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

R = 23.47%
G = 38.19%
B = 38.34%

CMYK

 C value IS 0.39

 M value IS 0.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#99F9FA (or 0x99F9FA) is known color: Pale Turquoise. HEX triplet: 99, F9 and FA. RGB value is (153,249,250). Sum of RGB (Red+Green+Blue) = 153+249+250=652 (86% of max value = 765). Red value is 153 (60.16% from 255 or 23.47% from 652); Green value is 249 (97.66% from 255 or 38.19% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #99F9FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F9FA is #660605. Grayscale: #DCDCDC. Windows color (decimal): -6686214 or 16447897. OLE color: 16447897.

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

Color convert

RGB 153 249 250 -
CMYK 0.39 0.00 0 0.02
HSL 180.62º 0.91% 0.79% -
HSV(B) 180.62º 0.39% 0.98% -
XYZ 64.27 81.43 102.77 -
YUV 220.41 144.7 79.92 -
System Red Green Blue C M Y K H S L
Decimal 153 249 250 0.39 0.00 0 0.02 180.62 0.91 0.79
Hex 99 F9 FA 27 0 0 2 B5 5B 4F
Octal 231 371 372 47 0 0 2 265 133 117
Binary 10011001 11111001 11111010 100111 0 0 10 10110101 1011011 1001111

Color Harmonies of #99F9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99F9FA

Black with #99F9FA

Text Example


Text Example

White with #99F9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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