Html Css Color HEX #9AF8ED Pale Turquoise

📋 copy color: '#9AF8ED'

red 154 ◦ green 248 ◦ blue 237

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

Shades of Pale Turquoise #9AF8ED

Tints of Pale Turquoise #9AF8ED

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.81%

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

R = 24.1%
G = 38.81%
B = 37.09%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#9AF8ED (or 0x9AF8ED) is known color: Pale Turquoise. HEX triplet: 9A, F8 and ED. RGB value is (154,248,237). Sum of RGB (Red+Green+Blue) = 154+248+237=639 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.10% from 639); Green value is 248 (97.27% from 255 or 38.81% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF8ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AF8ED is #650712. Grayscale: #DADADA. Windows color (decimal): -6620947 or 15595674. OLE color: 15595674.

HSL color Cylindrical-coordinate representation of color #9AF8ED: hue angle of 172.98º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AF8ED is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 154 248 237 -
CMYK 0.38 0 0.04 0.03
HSL 172.98º 0.87% 0.79% -
HSV(B) 172.98º 0.38% 0.97% -
XYZ 62.18 80.12 92.31 -
YUV 218.64 138.36 81.89 -
System Red Green Blue C M Y K H S L
Decimal 154 248 237 0.38 0 0.04 0.03 172.98 0.87 0.79
Hex 9A F8 ED 26 0 4 3 AD 57 4F
Octal 232 370 355 46 0 4 3 255 127 117
Binary 10011010 11111000 11101101 100110 0 100 11 10101101 1010111 1001111

Color Harmonies of #9AF8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF8ED

Black with #9AF8ED

Text Example


Text Example

White with #9AF8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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