#9EFBFD

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

Shades of Pale Turquoise #9EFBFD

Tints of Pale Turquoise #9EFBFD

Color information

#9EFBFD (or 0x9EFBFD) is unknown color: approx Pale Turquoise. HEX triplet: 9E, FB and FD. RGB value is (158,251,253). Sum of RGB (Red+Green+Blue) = 158+251+253=662 (87% of max value = 765). Red value is 158 (62.11% from 255 or 23.87% from 662); Green value is 251 (98.44% from 255 or 37.92% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #9EFBFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFBFD is #610402. Grayscale: #DFDFDF. Windows color (decimal): -6358019 or 16645022. OLE color: 16645022.

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

Color convert

RGB158251253-
CMYK0.380.0100.01
HSL181.26º95.96%80.59%-
HSV(B)181.26º37.55%99.22%-
XYZ66.3383.36105.52-
YUV223.42144.6981.34-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 23.87%
GREEN value IS 251 (98.44% from 255) = 37.92%
BLUE value IS 253 (99.22% from 255) = 38.22%
R=23.87%
G=37.92%
B=38.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1582512530.380.0100.01181.2695.9680.59
Hex9EFBFD26101b56051
Octal23637337546101265140121
Binary1001111011111011111111011001101011011010111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,251,253); }

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

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

 a { background-color: rgb(158,251,253); }

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

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

 span { border-color: rgb(158,251,253); }

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