Html Css Color HEX #9AF4ED Pale Turquoise

📋 copy color: '#9AF4ED'

red 154 ◦ green 244 ◦ blue 237

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

Shades of Pale Turquoise #9AF4ED

Tints of Pale Turquoise #9AF4ED

RGB

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

 GREEN value IS 244 (95.7% from 255) = 38.43%

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

R = 24.25%
G = 38.43%
B = 37.32%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#9AF4ED (or 0x9AF4ED) is known color: Pale Turquoise. HEX triplet: 9A, F4 and ED. RGB value is (154,244,237). Sum of RGB (Red+Green+Blue) = 154+244+237=635 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.25% from 635); Green value is 244 (95.70% from 255 or 38.43% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 244 - color contains mainly: green. Hex color #9AF4ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AF4ED is #650B12. Grayscale: #D8D8D8. Windows color (decimal): -6621971 or 15594650. OLE color: 15594650.

HSL color Cylindrical-coordinate representation of color #9AF4ED: hue angle of 175.33º degrees, saturation: 0.8, 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 #9AF4ED is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 154 244 237 -
CMYK 0.37 0 0.03 0.04
HSL 175.33º 0.8% 0.78% -
HSV(B) 175.33º 0.37% 0.96% -
XYZ 60.96 77.69 91.9 -
YUV 216.29 139.68 83.57 -
System Red Green Blue C M Y K H S L
Decimal 154 244 237 0.37 0 0.03 0.04 175.33 0.8 0.78
Hex 9A F4 ED 25 0 3 4 AF 50 4E
Octal 232 364 355 45 0 3 4 257 120 116
Binary 10011010 11110100 11101101 100101 0 11 100 10101111 1010000 1001110

Color Harmonies of #9AF4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF4ED

Black with #9AF4ED

Text Example


Text Example

White with #9AF4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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