#BFF2F3

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

Shades of Pale Turquoise #BFF2F3

Tints of Pale Turquoise #BFF2F3

Color information

#BFF2F3 (or 0xBFF2F3) is unknown color: approx Pale Turquoise. HEX triplet: BF, F2 and F3. RGB value is (191,242,243). Sum of RGB (Red+Green+Blue) = 191+242+243=676 (89% of max value = 765). Red value is 191 (75% from 255 or 28.25% from 676); Green value is 242 (94.92% from 255 or 35.80% from 676); Blue value is 243 (95.31% from 255 or 35.95% from 676); Max value from RGB is 243 - color contains mainly: blue. Hex color #BFF2F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF2F3 is #400D0C. Grayscale: #E2E2E2. Windows color (decimal): -4197645 or 15987391. OLE color: 15987391.

HSL color Cylindrical-coordinate representation of color #BFF2F3: hue angle of 181.15º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF2F3 is Cyan = 0.21, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191242243-
CMYK0.210.0000.05
HSL181.15º68.42%85.1%-
HSV(B)181.15º21.4%95.29%-
XYZ69.4281.0596.78-
YUV226.86137.1102.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.25%
GREEN value IS 242 (94.92% from 255) = 35.80%
BLUE value IS 243 (95.31% from 255) = 35.95%
R=28.25%
G=35.80%
B=35.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912422430.210.0000.05181.1568.4285.1
HexBFF2F315005b54455
Octal27736236325005265104125
Binary10111111111100101111001110101001011011010110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF2F3; }

 p { color: rgb(191,242,243); }

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

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

 a { background-color: rgb(191,242,243); }

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

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

 span { border-color: rgb(191,242,243); }

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