#9DFEF3

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

Shades of Pale Turquoise #9DFEF3

Tints of Pale Turquoise #9DFEF3

Color information

#9DFEF3 (or 0x9DFEF3) is unknown color: approx Pale Turquoise. HEX triplet: 9D, FE and F3. RGB value is (157,254,243). Sum of RGB (Red+Green+Blue) = 157+254+243=654 (86% of max value = 765). Red value is 157 (61.72% from 255 or 24.01% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 243 (95.31% from 255 or 37.16% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFEF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFEF3 is #62010C. Grayscale: #DFDFDF. Windows color (decimal): -6422797 or 15990429. OLE color: 15990429.

HSL color Cylindrical-coordinate representation of color #9DFEF3: hue angle of 173.2º 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 #9DFEF3 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB157254243-
CMYK0.3800.040.00
HSL173.2º97.98%80.59%-
HSV(B)173.2º38.19%99.61%-
XYZ65.5284.5297.66-
YUV223.74138.8680.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.01%
GREEN value IS 254 (99.61% from 255) = 38.84%
BLUE value IS 243 (95.31% from 255) = 37.16%
R=24.01%
G=38.84%
B=37.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1572542430.3800.040.00173.297.9880.59
Hex9DFEF326040ad6251
Octal23537636346040255142121
Binary100111011111111011110011100110010001010110111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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