#9dfbfe

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

Shades of Pale Turquoise #9DFBFE

Tints of Pale Turquoise #9DFBFE

Color information

#9DFBFE (or 0x9DFBFE) is unknown color: approx Pale Turquoise. HEX triplet: 9D, FB and FE. RGB value is (157,251,254). Sum of RGB (Red+Green+Blue) = 157+251+254=662 (87% of max value = 765). Red value is 157 (61.72% from 255 or 23.72% from 662); Green value is 251 (98.44% from 255 or 37.92% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DFBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFBFE is #620401. Grayscale: #DFDFDF. Windows color (decimal): -6423554 or 16710557. OLE color: 16710557.

HSL color Cylindrical-coordinate representation of color #9DFBFE: hue angle of 181.86º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFBFE is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB157251254-
CMYK0.380.0100.00
HSL181.86º97.98%80.59%-
HSV(B)181.86º38.19%99.61%-
XYZ66.2983.32106.35-
YUV223.24145.3680.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 23.72%
GREEN value IS 251 (98.44% from 255) = 37.92%
BLUE value IS 254 (99.61% from 255) = 38.37%
R=23.72%
G=37.92%
B=38.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1572512540.380.0100.00181.8697.9880.59
Hex9DFBFE26100b66251
Octal23537337646100266142121
Binary1001110111111011111111101001101001011011011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9dfbfe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,251,254); }

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

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

 a { background-color: rgb(157,251,254); }

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

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

 span { border-color: rgb(157,251,254); }

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