Html Css Color HEX #99F9F1 Pale Turquoise

📋 copy color: '#99F9F1'

red 153 ◦ green 249 ◦ blue 241

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

Shades of Pale Turquoise #99F9F1

Tints of Pale Turquoise #99F9F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.48%

R = 23.79%
G = 38.72%
B = 37.48%

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

#99F9F1 (or 0x99F9F1) is known color: Pale Turquoise. HEX triplet: 99, F9 and F1. RGB value is (153,249,241). Sum of RGB (Red+Green+Blue) = 153+249+241=643 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.79% from 643); Green value is 249 (97.66% from 255 or 38.72% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 249 - color contains mainly: green. Hex color #99F9F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F9F1 is #66060E. Grayscale: #DBDBDB. Windows color (decimal): -6686223 or 15858073. OLE color: 15858073.

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

Color convert

RGB 153 249 241 -
CMYK 0.39 0 0.03 0.02
HSL 175º 0.89% 0.79% -
HSV(B) 175º 0.39% 0.98% -
XYZ 62.89 80.87 95.51 -
YUV 219.38 140.2 80.65 -
System Red Green Blue C M Y K H S L
Decimal 153 249 241 0.39 0 0.03 0.02 175 0.89 0.79
Hex 99 F9 F1 27 0 3 2 AF 59 4F
Octal 231 371 361 47 0 3 2 257 131 117
Binary 10011001 11111001 11110001 100111 0 11 10 10101111 1011001 1001111

Color Harmonies of #99F9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99F9F1

Black with #99F9F1

Text Example


Text Example

White with #99F9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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