#B7F8F3

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

Shades of Pale Turquoise #B7F8F3

Tints of Pale Turquoise #B7F8F3

Color information

#B7F8F3 (or 0xB7F8F3) is unknown color: approx Pale Turquoise. HEX triplet: B7, F8 and F3. RGB value is (183,248,243). Sum of RGB (Red+Green+Blue) = 183+248+243=674 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.15% from 674); Green value is 248 (97.27% from 255 or 36.80% from 674); Blue value is 243 (95.31% from 255 or 36.05% from 674); Max value from RGB is 248 - color contains mainly: green. Hex color #B7F8F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F8F3 is #48070C. Grayscale: #E3E3E3. Windows color (decimal): -4720397 or 15988919. OLE color: 15988919.

HSL color Cylindrical-coordinate representation of color #B7F8F3: hue angle of 175.38º 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 #B7F8F3 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB183248243-
CMYK0.2600.020.03
HSL175.38º82.28%84.51%-
HSV(B)175.38º26.21%97.25%-
XYZ69.2783.6797.29-
YUV228136.4795.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.15%
GREEN value IS 248 (97.27% from 255) = 36.80%
BLUE value IS 243 (95.31% from 255) = 36.05%
R=27.15%
G=36.80%
B=36.05%

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
Decimal1832482430.2600.020.03175.3882.2884.51
HexB7F8F31A023af5255
Octal26737036332023257122125
Binary10110111111110001111001111010010111010111110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F8F3; }

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

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

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

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

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

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

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

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