Html Css Color HEX #9AFEE8 Pale Turquoise

📋 copy color: '#9AFEE8'

red 154 ◦ green 254 ◦ blue 232

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

Shades of Pale Turquoise #9AFEE8

Tints of Pale Turquoise #9AFEE8

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.69%

 BLUE value IS 232 (91.02% from 255) = 36.25%

R = 24.06%
G = 39.69%
B = 36.25%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#9AFEE8 (or 0x9AFEE8) is known color: Pale Turquoise. HEX triplet: 9A, FE and E8. RGB value is (154,254,232). Sum of RGB (Red+Green+Blue) = 154+254+232=640 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.06% from 640); Green value is 254 (99.61% from 255 or 39.69% from 640); Blue value is 232 (91.02% from 255 or 36.25% from 640); Max value from RGB is 254 - color contains mainly: green. Hex color #9AFEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFEE8 is #650117. Grayscale: #DDDDDD. Windows color (decimal): -6619416 or 15269530. OLE color: 15269530.

HSL color Cylindrical-coordinate representation of color #9AFEE8: hue angle of 166.8º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFEE8 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB 154 254 232 -
CMYK 0.39 0 0.09 0.00
HSL 166.8º 0.98% 0.8% -
HSV(B) 166.8º 0.39% 1% -
XYZ 63.33 83.58 89.14 -
YUV 221.59 133.87 79.79 -
System Red Green Blue C M Y K H S L
Decimal 154 254 232 0.39 0 0.09 0.00 166.8 0.98 0.8
Hex 9A FE E8 27 0 9 0 A7 62 50
Octal 232 376 350 47 0 11 0 247 142 120
Binary 10011010 11111110 11101000 100111 0 1001 0 10100111 1100010 1010000

Color Harmonies of #9AFEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFEE8

Black with #9AFEE8

Text Example


Text Example

White with #9AFEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,254,232); }

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

background-color css

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

 a { background-color: rgb(154,254,232); }

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

border-color css

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

 span { border-color: rgb(154,254,232); }

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