#9AF9FD

Color #9AF9FD Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #9AF9FD

Tints of Pale Turquoise #9AF9FD

Color information

#9AF9FD (or 0x9AF9FD) is unknown color: approx Pale Turquoise. HEX triplet: 9A, F9 and FD. RGB value is (154,249,253). Sum of RGB (Red+Green+Blue) = 154+249+253=656 (86% of max value = 765). Red value is 154 (60.55% from 255 or 23.48% from 656); Green value is 249 (97.66% from 255 or 37.96% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #9AF9FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AF9FD is #650602. Grayscale: #DCDCDC. Windows color (decimal): -6620675 or 16644506. OLE color: 16644506.

HSL color Cylindrical-coordinate representation of color #9AF9FD: hue angle of 182.42º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AF9FD is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB154249253-
CMYK0.390.0200.01
HSL182.42º96.12%79.8%-
HSV(B)182.42º39.13%99.22%-
XYZ64.9381.71105.28-
YUV221.05146.0380.17-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.48%
GREEN value IS 249 (97.66% from 255) = 37.96%
BLUE value IS 253 (99.22% from 255) = 38.57%
R=23.48%
G=37.96%
B=38.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542492530.390.0200.01182.4296.1279.8
Hex9AF9FD27201b66050
Octal23237137547201266140120
Binary10011010111110011111110110011110011011011011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,249,253); }

 H1.HeaderClassName
 {
   color: #9AF9FD;
 }
 .AnyTagClassName
 {
   color: #9AF9FD;
 }
</style>
background-color css

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

 a { background-color: rgb(154,249,253); }

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

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

 span { border-color: rgb(154,249,253); }

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