#9BFEFA

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

Shades of Pale Turquoise #9BFEFA

Tints of Pale Turquoise #9BFEFA

Color information

#9BFEFA (or 0x9BFEFA) is unknown color: approx Pale Turquoise. HEX triplet: 9B, FE and FA. RGB value is (155,254,250). Sum of RGB (Red+Green+Blue) = 155+254+250=659 (87% of max value = 765). Red value is 155 (60.94% from 255 or 23.52% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFEFA is #640105. Grayscale: #DFDFDF. Windows color (decimal): -6553862 or 16449179. OLE color: 16449179.

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

Color convert

RGB155254250-
CMYK0.3900.020.00
HSL177.58º98.02%80.2%-
HSV(B)177.58º38.98%99.61%-
XYZ66.2184.75103.31-
YUV223.94142.778.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 23.52%
GREEN value IS 254 (99.61% from 255) = 38.54%
BLUE value IS 250 (98.05% from 255) = 37.94%
R=23.52%
G=38.54%
B=37.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1552542500.3900.020.00177.5898.0280.2
Hex9BFEFA27020b26250
Octal23337637247020262142120
Binary10011011111111101111101010011101001011001011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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