Html Css Color HEX #9AF7EA Pale Turquoise

📋 copy color: '#9AF7EA'

red 154 ◦ green 247 ◦ blue 234

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

Shades of Pale Turquoise #9AF7EA

Tints of Pale Turquoise #9AF7EA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.9%

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

R = 24.25%
G = 38.9%
B = 36.85%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#9AF7EA (or 0x9AF7EA) is known color: Pale Turquoise. HEX triplet: 9A, F7 and EA. RGB value is (154,247,234). Sum of RGB (Red+Green+Blue) = 154+247+234=635 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.25% from 635); Green value is 247 (96.88% from 255 or 38.90% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 247 - color contains mainly: green. Hex color #9AF7EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AF7EA is #650815. Grayscale: #D9D9D9. Windows color (decimal): -6621206 or 15398810. OLE color: 15398810.

HSL color Cylindrical-coordinate representation of color #9AF7EA: hue angle of 171.61º degrees, saturation: 0.85, 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 #9AF7EA is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 154 247 234 -
CMYK 0.38 0 0.05 0.03
HSL 171.61º 0.85% 0.79% -
HSV(B) 171.61º 0.38% 0.97% -
XYZ 61.44 79.33 89.92 -
YUV 217.71 137.19 82.56 -
System Red Green Blue C M Y K H S L
Decimal 154 247 234 0.38 0 0.05 0.03 171.61 0.85 0.79
Hex 9A F7 EA 26 0 5 3 AC 55 4F
Octal 232 367 352 46 0 5 3 254 125 117
Binary 10011010 11110111 11101010 100110 0 101 11 10101100 1010101 1001111

Color Harmonies of #9AF7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF7EA

Black with #9AF7EA

Text Example


Text Example

White with #9AF7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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