#9CFBFF

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

Shades of Pale Turquoise #9CFBFF

Tints of Pale Turquoise #9CFBFF

Color information

#9CFBFF (or 0x9CFBFF) is unknown color: approx Pale Turquoise. HEX triplet: 9C, FB and FF. RGB value is (156,251,255). Sum of RGB (Red+Green+Blue) = 156+251+255=662 (87% of max value = 765). Red value is 156 (61.33% from 255 or 23.56% from 662); Green value is 251 (98.44% from 255 or 37.92% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CFBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFBFF is #630400. Grayscale: #DEDEDE. Windows color (decimal): -6489089 or 16776092. OLE color: 16776092.

HSL color Cylindrical-coordinate representation of color #9CFBFF: hue angle of 182.42º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CFBFF is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB156251255-
CMYK0.390.0200
HSL182.42º100%80.59%-
HSV(B)182.42º38.82%100%-
XYZ66.2683.28107.19-
YUV223.05146.0380.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 23.56%
GREEN value IS 251 (98.44% from 255) = 37.92%
BLUE value IS 255 (100% from 255) = 38.52%
R=23.56%
G=37.92%
B=38.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1562512550.390.0200182.4210080.59
Hex9CFBFF27200b66451
Octal23437337747200266144121
Binary10011100111110111111111110011110001011011011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,251,255); }

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

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

 a { background-color: rgb(156,251,255); }

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

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

 span { border-color: rgb(156,251,255); }

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