#9BF2E6

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

Shades of Pale Turquoise #9BF2E6

Tints of Pale Turquoise #9BF2E6

Color information

#9BF2E6 (or 0x9BF2E6) is unknown color: approx Pale Turquoise. HEX triplet: 9B, F2 and E6. RGB value is (155,242,230). Sum of RGB (Red+Green+Blue) = 155+242+230=627 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.72% from 627); Green value is 242 (94.92% from 255 or 38.60% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF2E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF2E6 is #640D19. Grayscale: #D6D6D6. Windows color (decimal): -6556954 or 15135387. OLE color: 15135387.

HSL color Cylindrical-coordinate representation of color #9BF2E6: hue angle of 171.72º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BF2E6 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB155242230-
CMYK0.3600.050.05
HSL171.72º76.99%77.84%-
HSV(B)171.72º35.95%94.9%-
XYZ59.5576.1986.43-
YUV214.62136.6885.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.72%
GREEN value IS 242 (94.92% from 255) = 38.60%
BLUE value IS 230 (90.23% from 255) = 36.68%
R=24.72%
G=38.60%
B=36.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1552422300.3600.050.05171.7276.9977.84
Hex9BF2E624055ac4d4e
Octal23336234644055254115116
Binary10011011111100101110011010010001011011010110010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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