Html Css Color HEX #9AFFEB Pale Turquoise

📋 copy color: '#9AFFEB'

red 154 ◦ green 255 ◦ blue 235

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

Shades of Pale Turquoise #9AFFEB

Tints of Pale Turquoise #9AFFEB

RGB

 RED value IS 154 (60.55% from 255) = 23.91%

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

 BLUE value IS 235 (92.19% from 255) = 36.49%

R = 23.91%
G = 39.6%
B = 36.49%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#9AFFEB (or 0x9AFFEB) is known color: Pale Turquoise. HEX triplet: 9A, FF and EB. RGB value is (154,255,235). Sum of RGB (Red+Green+Blue) = 154+255+235=644 (85% of max value = 765). Red value is 154 (60.55% from 255 or 23.91% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFFEB is #650014. Grayscale: #DEDEDE. Windows color (decimal): -6619157 or 15466394. OLE color: 15466394.

HSL color Cylindrical-coordinate representation of color #9AFFEB: hue angle of 168.12º 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 #9AFFEB is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 154 255 235 -
CMYK 0.40 0 0.08 0
HSL 168.12º 1% 0.8% -
HSV(B) 168.12º 0.4% 1% -
XYZ 64.08 84.39 91.51 -
YUV 222.52 135.04 79.13 -
System Red Green Blue C M Y K H S L
Decimal 154 255 235 0.40 0 0.08 0 168.12 1 0.8
Hex 9A FF EB 28 0 8 0 A8 64 50
Octal 232 377 353 50 0 10 0 250 144 120
Binary 10011010 11111111 11101011 101000 0 1000 0 10101000 1100100 1010000

Color Harmonies of #9AFFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFFEB

Black with #9AFFEB

Text Example


Text Example

White with #9AFFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AFFEB; }

 p { color: rgb(154,255,235); }

 H1.HeaderClassName
 {
   color: #9AFFEB;
 }
 .AnyTagClassName
 {
   color: #9AFFEB;
 }
</style>

background-color css

<style>
 a { background-color: #9AFFEB; }

 a { background-color: rgb(154,255,235); }

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

border-color css

<style>
 span { border-color: #9AFFEB; }

 span { border-color: rgb(154,255,235); }

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