#9BF2ED

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

Shades of Pale Turquoise #9BF2ED

Tints of Pale Turquoise #9BF2ED

Color information

#9BF2ED (or 0x9BF2ED) is unknown color: approx Pale Turquoise. HEX triplet: 9B, F2 and ED. RGB value is (155,242,237). Sum of RGB (Red+Green+Blue) = 155+242+237=634 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.45% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF2ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF2ED is #640D12. Grayscale: #D7D7D7. Windows color (decimal): -6556947 or 15594139. OLE color: 15594139.

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

Color convert

RGB155242237-
CMYK0.3600.020.05
HSL176.55º76.99%77.84%-
HSV(B)176.55º35.95%94.9%-
XYZ60.5676.5991.71-
YUV215.42140.1884.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.45%
GREEN value IS 242 (94.92% from 255) = 38.17%
BLUE value IS 237 (92.97% from 255) = 37.38%
R=24.45%
G=38.17%
B=37.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1552422370.3600.020.05176.5576.9977.84
Hex9BF2ED24025b14d4e
Octal23336235544025261115116
Binary1001101111110010111011011001000101011011000110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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