#BFFEFD

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

Shades of Pale Turquoise #BFFEFD

Tints of Pale Turquoise #BFFEFD

Color information

#BFFEFD (or 0xBFFEFD) is unknown color: approx Pale Turquoise. HEX triplet: BF, FE and FD. RGB value is (191,254,253). Sum of RGB (Red+Green+Blue) = 191+254+253=698 (92% of max value = 765). Red value is 191 (75% from 255 or 27.36% from 698); Green value is 254 (99.61% from 255 or 36.39% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFEFD is #400102. Grayscale: #EAEAEA. Windows color (decimal): -4194563 or 16645823. OLE color: 16645823.

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

Color convert

RGB191254253-
CMYK0.2500.000.00
HSL179.05º96.92%87.25%-
HSV(B)179.05º24.8%99.61%-
XYZ74.6689.05106.18-
YUV235.05138.1396.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.36%
GREEN value IS 254 (99.61% from 255) = 36.39%
BLUE value IS 253 (99.22% from 255) = 36.25%
R=27.36%
G=36.39%
B=36.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912542530.2500.000.00179.0596.9287.25
HexBFFEFD19000b36157
Octal27737637531000263141127
Binary101111111111111011111101110010001011001111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFEFD; }

 p { color: rgb(191,254,253); }

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

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

 a { background-color: rgb(191,254,253); }

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

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

 span { border-color: rgb(191,254,253); }

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