#BFF9FF

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

Shades of Pale Turquoise #BFF9FF

Tints of Pale Turquoise #BFF9FF

Color information

#BFF9FF (or 0xBFF9FF) is unknown color: approx Pale Turquoise. HEX triplet: BF, F9 and FF. RGB value is (191,249,255). Sum of RGB (Red+Green+Blue) = 191+249+255=695 (92% of max value = 765). Red value is 191 (75% from 255 or 27.48% from 695); Green value is 249 (97.66% from 255 or 35.83% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFF9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF9FF is #400600. Grayscale: #E8E8E8. Windows color (decimal): -4195841 or 16775615. OLE color: 16775615.

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

Color convert

RGB191249255-
CMYK0.250.0200
HSL185.62º100%87.45%-
HSV(B)185.62º25.1%100%-
XYZ73.4186.05107.35-
YUV232.34140.7898.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.48%
GREEN value IS 249 (97.66% from 255) = 35.83%
BLUE value IS 255 (100% from 255) = 36.69%
R=27.48%
G=35.83%
B=36.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912492550.250.0200185.6210087.45
HexBFF9FF19200ba6457
Octal27737137731200272144127
Binary1011111111111001111111111100110001011101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF9FF; }

 p { color: rgb(191,249,255); }

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

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

 a { background-color: rgb(191,249,255); }

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

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

 span { border-color: rgb(191,249,255); }

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