#B7F9F0

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

Shades of Pale Turquoise #B7F9F0

Tints of Pale Turquoise #B7F9F0

Color information

#B7F9F0 (or 0xB7F9F0) is unknown color: approx Pale Turquoise. HEX triplet: B7, F9 and F0. RGB value is (183,249,240). Sum of RGB (Red+Green+Blue) = 183+249+240=672 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.23% from 672); Green value is 249 (97.66% from 255 or 37.05% from 672); Blue value is 240 (94.14% from 255 or 35.71% from 672); Max value from RGB is 249 - color contains mainly: green. Hex color #B7F9F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F9F0 is #48060F. Grayscale: #E4E4E4. Windows color (decimal): -4720144 or 15792567. OLE color: 15792567.

HSL color Cylindrical-coordinate representation of color #B7F9F0: hue angle of 171.82º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7F9F0 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB183249240-
CMYK0.2700.040.02
HSL171.82º84.62%84.71%-
HSV(B)171.82º26.51%97.65%-
XYZ69.1384.1195.03-
YUV228.24134.6395.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.23%
GREEN value IS 249 (97.66% from 255) = 37.05%
BLUE value IS 240 (94.14% from 255) = 35.71%
R=27.23%
G=37.05%
B=35.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1832492400.2700.040.02171.8284.6284.71
HexB7F9F01B042ac5555
Octal26737136033042254125125
Binary101101111111100111110000110110100101010110010101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F9F0; }

 p { color: rgb(183,249,240); }

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

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

 a { background-color: rgb(183,249,240); }

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

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

 span { border-color: rgb(183,249,240); }

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