Html Css Color HEX #9AFAEA Pale Turquoise

📋 copy color: '#9AFAEA'

red 154 ◦ green 250 ◦ blue 234

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

Shades of Pale Turquoise #9AFAEA

Tints of Pale Turquoise #9AFAEA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.18%

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

R = 24.14%
G = 39.18%
B = 36.68%

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

#9AFAEA (or 0x9AFAEA) is known color: Pale Turquoise. HEX triplet: 9A, FA and EA. RGB value is (154,250,234). Sum of RGB (Red+Green+Blue) = 154+250+234=638 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.14% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFAEA is #650515. Grayscale: #DBDBDB. Windows color (decimal): -6620438 or 15399578. OLE color: 15399578.

HSL color Cylindrical-coordinate representation of color #9AFAEA: hue angle of 170º degrees, saturation: 0.91, 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 #9AFAEA is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 250 234 -
CMYK 0.38 0 0.06 0.02
HSL 170º 0.91% 0.79% -
HSV(B) 170º 0.38% 0.98% -
XYZ 62.36 81.18 90.22 -
YUV 219.47 136.2 81.3 -
System Red Green Blue C M Y K H S L
Decimal 154 250 234 0.38 0 0.06 0.02 170 0.91 0.79
Hex 9A FA EA 26 0 6 2 AA 5B 4F
Octal 232 372 352 46 0 6 2 252 133 117
Binary 10011010 11111010 11101010 100110 0 110 10 10101010 1011011 1001111

Color Harmonies of #9AFAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFAEA

Black with #9AFAEA

Text Example


Text Example

White with #9AFAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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