#9BFEFE

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

Shades of Pale Turquoise #9BFEFE

Tints of Pale Turquoise #9BFEFE

Color information

#9BFEFE (or 0x9BFEFE) is unknown color: approx Pale Turquoise. HEX triplet: 9B, FE and FE. RGB value is (155,254,254). Sum of RGB (Red+Green+Blue) = 155+254+254=663 (87% of max value = 765). Red value is 155 (60.94% from 255 or 23.38% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #9BFEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFEFE is #640101. Grayscale: #E0E0E0. Windows color (decimal): -6553858 or 16711323. OLE color: 16711323.

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

Color convert

RGB155254254-
CMYK0.39000.00
HSL180º98.02%80.2%-
HSV(B)180º38.98%99.61%-
XYZ66.8585.01106.65-
YUV224.4144.778.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 23.38%
GREEN value IS 254 (99.61% from 255) = 38.31%
BLUE value IS 254 (99.61% from 255) = 38.31%
R=23.38%
G=38.31%
B=38.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1552542540.39000.0018098.0280.2
Hex9BFEFE27000b46250
Octal23337637647000264142120
Binary1001101111111110111111101001110001011010011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,254,254); }

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

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

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

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

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

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

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