Html Css Color HEX #99FFF8 Pale Turquoise

📋 copy color: '#99FFF8'

red 153 ◦ green 255 ◦ blue 248

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

Shades of Pale Turquoise #99FFF8

Tints of Pale Turquoise #99FFF8

RGB

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

 GREEN value IS 255 (100% from 255) = 38.87%

 BLUE value IS 248 (97.27% from 255) = 37.8%

R = 23.32%
G = 38.87%
B = 37.8%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#99FFF8 (or 0x99FFF8) is known color: Pale Turquoise. HEX triplet: 99, FF and F8. RGB value is (153,255,248). Sum of RGB (Red+Green+Blue) = 153+255+248=656 (86% of max value = 765). Red value is 153 (60.16% from 255 or 23.32% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 248 (97.27% from 255 or 37.80% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #99FFF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FFF8 is #660007. Grayscale: #DFDFDF. Windows color (decimal): -6684680 or 16318361. OLE color: 16318361.

HSL color Cylindrical-coordinate representation of color #99FFF8: hue angle of 175.88º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FFF8 is Cyan = 0.4, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB 153 255 248 -
CMYK 0.4 0 0.03 0
HSL 175.88º 1% 0.8% -
HSV(B) 175.88º 0.4% 1% -
XYZ 65.84 85.07 101.76 -
YUV 223.7 141.71 77.57 -
System Red Green Blue C M Y K H S L
Decimal 153 255 248 0.4 0 0.03 0 175.88 1 0.8
Hex 99 FF F8 28 0 3 0 B0 64 50
Octal 231 377 370 50 0 3 0 260 144 120
Binary 10011001 11111111 11111000 101000 0 11 0 10110000 1100100 1010000

Color Harmonies of #99FFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99FFF8

Black with #99FFF8

Text Example


Text Example

White with #99FFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,255,248); }

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

background-color css

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

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

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

border-color css

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

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

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