#b8f8f3

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

Shades of Pale Turquoise #B8F8F3

Tints of Pale Turquoise #B8F8F3

Color information

#B8F8F3 (or 0xB8F8F3) is unknown color: approx Pale Turquoise. HEX triplet: B8, F8 and F3. RGB value is (184,248,243). Sum of RGB (Red+Green+Blue) = 184+248+243=675 (89% of max value = 765). Red value is 184 (72.27% from 255 or 27.26% from 675); Green value is 248 (97.27% from 255 or 36.74% from 675); Blue value is 243 (95.31% from 255 or 36% from 675); Max value from RGB is 248 - color contains mainly: green. Hex color #B8F8F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F8F3 is #47070C. Grayscale: #E4E4E4. Windows color (decimal): -4654861 or 15988920. OLE color: 15988920.

HSL color Cylindrical-coordinate representation of color #B8F8F3: hue angle of 175.31º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8F8F3 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB184248243-
CMYK0.2600.020.03
HSL175.31º82.05%84.71%-
HSV(B)175.31º25.81%97.25%-
XYZ69.5183.897.3-
YUV228.29136.396.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.26%
GREEN value IS 248 (97.27% from 255) = 36.74%
BLUE value IS 243 (95.31% from 255) = 36%
R=27.26%
G=36.74%
B=36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1842482430.2600.020.03175.3182.0584.71
HexB8F8F31A023af5255
Octal27037036332023257122125
Binary10111000111110001111001111010010111010111110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8f8f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8f8f3; }

 p { color: rgb(184,248,243); }

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

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

 a { background-color: rgb(184,248,243); }

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

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

 span { border-color: rgb(184,248,243); }

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