Html Css Color HEX #9AFFED Pale Turquoise

📋 copy color: '#9AFFED'

red 154 ◦ green 255 ◦ blue 237

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

Shades of Pale Turquoise #9AFFED

Tints of Pale Turquoise #9AFFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.69%

R = 23.84%
G = 39.47%
B = 36.69%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#9AFFED (or 0x9AFFED) is known color: Pale Turquoise. HEX triplet: 9A, FF and ED. RGB value is (154,255,237). Sum of RGB (Red+Green+Blue) = 154+255+237=646 (85% of max value = 765). Red value is 154 (60.55% from 255 or 23.84% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFFED is #650012. Grayscale: #DEDEDE. Windows color (decimal): -6619155 or 15597466. OLE color: 15597466.

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

Color convert

RGB 154 255 237 -
CMYK 0.40 0 0.07 0
HSL 169.31º 1% 0.8% -
HSV(B) 169.31º 0.4% 1% -
XYZ 64.37 84.5 93.04 -
YUV 222.75 136.04 78.96 -
System Red Green Blue C M Y K H S L
Decimal 154 255 237 0.40 0 0.07 0 169.31 1 0.8
Hex 9A FF ED 28 0 7 0 A9 64 50
Octal 232 377 355 50 0 7 0 251 144 120
Binary 10011010 11111111 11101101 101000 0 111 0 10101001 1100100 1010000

Color Harmonies of #9AFFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFFED

Black with #9AFFED

Text Example


Text Example

White with #9AFFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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