Html Css Color HEX #9AF9EA Pale Turquoise

📋 copy color: '#9AF9EA'

red 154 ◦ green 249 ◦ blue 234

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

Shades of Pale Turquoise #9AF9EA

Tints of Pale Turquoise #9AF9EA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.09%

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

R = 24.18%
G = 39.09%
B = 36.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#9AF9EA (or 0x9AF9EA) is known color: Pale Turquoise. HEX triplet: 9A, F9 and EA. RGB value is (154,249,234). Sum of RGB (Red+Green+Blue) = 154+249+234=637 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.18% from 637); Green value is 249 (97.66% from 255 or 39.09% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 249 - color contains mainly: green. Hex color #9AF9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AF9EA is #650615. Grayscale: #DADADA. Windows color (decimal): -6620694 or 15399322. OLE color: 15399322.

HSL color Cylindrical-coordinate representation of color #9AF9EA: hue angle of 170.53º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AF9EA is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 249 234 -
CMYK 0.38 0 0.06 0.02
HSL 170.53º 0.89% 0.79% -
HSV(B) 170.53º 0.38% 0.98% -
XYZ 62.05 80.56 90.12 -
YUV 218.89 136.53 81.72 -
System Red Green Blue C M Y K H S L
Decimal 154 249 234 0.38 0 0.06 0.02 170.53 0.89 0.79
Hex 9A F9 EA 26 0 6 2 AB 59 4F
Octal 232 371 352 46 0 6 2 253 131 117
Binary 10011010 11111001 11101010 100110 0 110 10 10101011 1011001 1001111

Color Harmonies of #9AF9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF9EA

Black with #9AF9EA

Text Example


Text Example

White with #9AF9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,249,234); }

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

background-color css

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

 a { background-color: rgb(154,249,234); }

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

border-color css

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

 span { border-color: rgb(154,249,234); }

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