#B7FDF2

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

Shades of Pale Turquoise #B7FDF2

Tints of Pale Turquoise #B7FDF2

Color information

#B7FDF2 (or 0xB7FDF2) is unknown color: approx Pale Turquoise. HEX triplet: B7, FD and F2. RGB value is (183,253,242). Sum of RGB (Red+Green+Blue) = 183+253+242=678 (89% of max value = 765). Red value is 183 (71.88% from 255 or 26.99% from 678); Green value is 253 (99.22% from 255 or 37.32% from 678); Blue value is 242 (94.92% from 255 or 35.69% from 678); Max value from RGB is 253 - color contains mainly: green. Hex color #B7FDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FDF2 is #48020D. Grayscale: #E6E6E6. Windows color (decimal): -4719118 or 15924663. OLE color: 15924663.

HSL color Cylindrical-coordinate representation of color #B7FDF2: hue angle of 170.57º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7FDF2 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB183253242-
CMYK0.2800.040.01
HSL170.57º94.59%85.49%-
HSV(B)170.57º27.67%99.22%-
XYZ70.6886.7397.02-
YUV230.82134.3193.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 26.99%
GREEN value IS 253 (99.22% from 255) = 37.32%
BLUE value IS 242 (94.92% from 255) = 35.69%
R=26.99%
G=37.32%
B=35.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1832532420.2800.040.01170.5794.5985.49
HexB7FDF21C041ab5f55
Octal26737536234041253137125
Binary10110111111111011111001011100010011010101110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FDF2; }

 p { color: rgb(183,253,242); }

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

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

 a { background-color: rgb(183,253,242); }

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

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

 span { border-color: rgb(183,253,242); }

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