Html Css Color HEX #99F8F6 Pale Turquoise

📋 copy color: '#99F8F6'

red 153 ◦ green 248 ◦ blue 246

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

Shades of Pale Turquoise #99F8F6

Tints of Pale Turquoise #99F8F6

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.33%

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

R = 23.65%
G = 38.33%
B = 38.02%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#99F8F6 (or 0x99F8F6) is known color: Pale Turquoise. HEX triplet: 99, F8 and F6. RGB value is (153,248,246). Sum of RGB (Red+Green+Blue) = 153+248+246=647 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.65% from 647); Green value is 248 (97.27% from 255 or 38.33% from 647); Blue value is 246 (96.48% from 255 or 38.02% from 647); Max value from RGB is 248 - color contains mainly: green. Hex color #99F8F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F8F6 is #660709. Grayscale: #DBDBDB. Windows color (decimal): -6686474 or 16185497. OLE color: 16185497.

HSL color Cylindrical-coordinate representation of color #99F8F6: hue angle of 178.74º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99F8F6 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB 153 248 246 -
CMYK 0.38 0 0.01 0.03
HSL 178.74º 0.87% 0.79% -
HSV(B) 178.74º 0.38% 0.97% -
XYZ 63.34 80.56 99.4 -
YUV 219.37 143.03 80.66 -
System Red Green Blue C M Y K H S L
Decimal 153 248 246 0.38 0 0.01 0.03 178.74 0.87 0.79
Hex 99 F8 F6 26 0 1 3 B3 57 4F
Octal 231 370 366 46 0 1 3 263 127 117
Binary 10011001 11111000 11110110 100110 0 1 11 10110011 1010111 1001111

Color Harmonies of #99F8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99F8F6

Black with #99F8F6

Text Example


Text Example

White with #99F8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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