#9BFEF4

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

Shades of Pale Turquoise #9BFEF4

Tints of Pale Turquoise #9BFEF4

Color information

#9BFEF4 (or 0x9BFEF4) is unknown color: approx Pale Turquoise. HEX triplet: 9B, FE and F4. RGB value is (155,254,244). Sum of RGB (Red+Green+Blue) = 155+254+244=653 (86% of max value = 765). Red value is 155 (60.94% from 255 or 23.74% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 244 (95.70% from 255 or 37.37% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFEF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFEF4 is #64010B. Grayscale: #DFDFDF. Windows color (decimal): -6553868 or 16055963. OLE color: 16055963.

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

Color convert

RGB155254244-
CMYK0.3900.040.00
HSL173.94º98.02%80.2%-
HSV(B)173.94º38.98%99.61%-
XYZ65.2984.3898.43-
YUV223.26139.779.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 23.74%
GREEN value IS 254 (99.61% from 255) = 38.90%
BLUE value IS 244 (95.70% from 255) = 37.37%
R=23.74%
G=38.90%
B=37.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1552542440.3900.040.00173.9498.0280.2
Hex9BFEF427040ae6250
Octal23337636447040256142120
Binary100110111111111011110100100111010001010111011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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