#9BF9F2

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

Shades of Pale Turquoise #9BF9F2

Tints of Pale Turquoise #9BF9F2

Color information

#9BF9F2 (or 0x9BF9F2) is unknown color: approx Pale Turquoise. HEX triplet: 9B, F9 and F2. RGB value is (155,249,242). Sum of RGB (Red+Green+Blue) = 155+249+242=646 (85% of max value = 765). Red value is 155 (60.94% from 255 or 23.99% from 646); Green value is 249 (97.66% from 255 or 38.54% from 646); Blue value is 242 (94.92% from 255 or 37.46% from 646); Max value from RGB is 249 - color contains mainly: green. Hex color #9BF9F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF9F2 is #64060D. Grayscale: #DCDCDC. Windows color (decimal): -6555150 or 15923611. OLE color: 15923611.

HSL color Cylindrical-coordinate representation of color #9BF9F2: hue angle of 175.53º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BF9F2 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB155249242-
CMYK0.3800.030.02
HSL175.53º88.68%79.22%-
HSV(B)175.53º37.75%97.65%-
XYZ63.4281.1396.32-
YUV220.1140.3681.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 23.99%
GREEN value IS 249 (97.66% from 255) = 38.54%
BLUE value IS 242 (94.92% from 255) = 37.46%
R=23.99%
G=38.54%
B=37.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552492420.3800.030.02175.5388.6879.22
Hex9BF9F226032b0594f
Octal23337136246032260131117
Binary100110111111100111110010100110011101011000010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,249,242); }

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

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

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

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

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

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

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