Html Css Color HEX #99FBEA Pale Turquoise

📋 copy color: '#99FBEA'

red 153 ◦ green 251 ◦ blue 234

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

Shades of Pale Turquoise #99FBEA

Tints of Pale Turquoise #99FBEA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.34%

 BLUE value IS 234 (91.8% from 255) = 36.68%

R = 23.98%
G = 39.34%
B = 36.68%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#99FBEA (or 0x99FBEA) is known color: Pale Turquoise. HEX triplet: 99, FB and EA. RGB value is (153,251,234). Sum of RGB (Red+Green+Blue) = 153+251+234=638 (84% of max value = 765). Red value is 153 (60.16% from 255 or 23.98% from 638); Green value is 251 (98.44% from 255 or 39.34% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 251 - color contains mainly: green. Hex color #99FBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FBEA is #660415. Grayscale: #DBDBDB. Windows color (decimal): -6685718 or 15399833. OLE color: 15399833.

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

Color convert

RGB 153 251 234 -
CMYK 0.39 0 0.07 0.02
HSL 169.59º 0.92% 0.79% -
HSV(B) 169.59º 0.39% 0.98% -
XYZ 62.49 81.71 90.32 -
YUV 219.76 136.03 80.38 -
System Red Green Blue C M Y K H S L
Decimal 153 251 234 0.39 0 0.07 0.02 169.59 0.92 0.79
Hex 99 FB EA 27 0 7 2 AA 5C 4F
Octal 231 373 352 47 0 7 2 252 134 117
Binary 10011001 11111011 11101010 100111 0 111 10 10101010 1011100 1001111

Color Harmonies of #99FBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99FBEA

Black with #99FBEA

Text Example


Text Example

White with #99FBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,251,234); }

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

background-color css

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

 a { background-color: rgb(153,251,234); }

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

border-color css

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

 span { border-color: rgb(153,251,234); }

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