Html Css Color HEX #9AF0ED Pale Turquoise

📋 copy color: '#9AF0ED'

red 154 ◦ green 240 ◦ blue 237

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

Shades of Pale Turquoise #9AF0ED

Tints of Pale Turquoise #9AF0ED

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.03%

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

R = 24.41%
G = 38.03%
B = 37.56%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#9AF0ED (or 0x9AF0ED) is known color: Pale Turquoise. HEX triplet: 9A, F0 and ED. RGB value is (154,240,237). Sum of RGB (Red+Green+Blue) = 154+240+237=631 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.41% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF0ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AF0ED is #650F12. Grayscale: #D5D5D5. Windows color (decimal): -6622995 or 15593626. OLE color: 15593626.

HSL color Cylindrical-coordinate representation of color #9AF0ED: hue angle of 177.91º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AF0ED is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 154 240 237 -
CMYK 0.36 0 0.01 0.06
HSL 177.91º 0.74% 0.77% -
HSV(B) 177.91º 0.36% 0.94% -
XYZ 59.77 75.3 91.51 -
YUV 213.94 141.01 85.24 -
System Red Green Blue C M Y K H S L
Decimal 154 240 237 0.36 0 0.01 0.06 177.91 0.74 0.77
Hex 9A F0 ED 24 0 1 6 B2 4A 4D
Octal 232 360 355 44 0 1 6 262 112 115
Binary 10011010 11110000 11101101 100100 0 1 110 10110010 1001010 1001101

Color Harmonies of #9AF0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF0ED

Black with #9AF0ED

Text Example


Text Example

White with #9AF0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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