Html Css Color HEX #9AF6ED Pale Turquoise

📋 copy color: '#9AF6ED'

red 154 ◦ green 246 ◦ blue 237

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

Shades of Pale Turquoise #9AF6ED

Tints of Pale Turquoise #9AF6ED

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.62%

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

R = 24.18%
G = 38.62%
B = 37.21%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#9AF6ED (or 0x9AF6ED) is known color: Pale Turquoise. HEX triplet: 9A, F6 and ED. RGB value is (154,246,237). Sum of RGB (Red+Green+Blue) = 154+246+237=637 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.18% from 637); Green value is 246 (96.48% from 255 or 38.62% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 246 - color contains mainly: green. Hex color #9AF6ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AF6ED is #650912. Grayscale: #D9D9D9. Windows color (decimal): -6621459 or 15595162. OLE color: 15595162.

HSL color Cylindrical-coordinate representation of color #9AF6ED: hue angle of 174.13º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AF6ED is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 154 246 237 -
CMYK 0.37 0 0.04 0.04
HSL 174.13º 0.84% 0.78% -
HSV(B) 174.13º 0.37% 0.96% -
XYZ 61.57 78.9 92.1 -
YUV 217.47 139.02 82.73 -
System Red Green Blue C M Y K H S L
Decimal 154 246 237 0.37 0 0.04 0.04 174.13 0.84 0.78
Hex 9A F6 ED 25 0 4 4 AE 54 4E
Octal 232 366 355 45 0 4 4 256 124 116
Binary 10011010 11110110 11101101 100101 0 100 100 10101110 1010100 1001110

Color Harmonies of #9AF6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF6ED

Black with #9AF6ED

Text Example


Text Example

White with #9AF6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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