#B2F1FE

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

Shades of Pale Turquoise #B2F1FE

Tints of Pale Turquoise #B2F1FE

Color information

#B2F1FE (or 0xB2F1FE) is unknown color: approx Pale Turquoise. HEX triplet: B2, F1 and FE. RGB value is (178,241,254). Sum of RGB (Red+Green+Blue) = 178+241+254=673 (89% of max value = 765). Red value is 178 (69.92% from 255 or 26.45% from 673); Green value is 241 (94.53% from 255 or 35.81% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2F1FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F1FE is #4D0E01. Grayscale: #DFDFDF. Windows color (decimal): -5049858 or 16708018. OLE color: 16708018.

HSL color Cylindrical-coordinate representation of color #B2F1FE: hue angle of 190.26º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2F1FE is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB178241254-
CMYK0.300.0500.00
HSL190.26º97.44%84.71%-
HSV(B)190.26º29.92%99.61%-
XYZ67.779.53105.55-
YUV223.64145.1395.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.45%
GREEN value IS 241 (94.53% from 255) = 35.81%
BLUE value IS 254 (99.61% from 255) = 37.74%
R=26.45%
G=35.81%
B=37.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1782412540.300.0500.00190.2697.4484.71
HexB2F1FE1E500be6155
Octal26236137636500276141125
Binary10110010111100011111111011110101001011111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F1FE; }

 p { color: rgb(178,241,254); }

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

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

 a { background-color: rgb(178,241,254); }

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

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

 span { border-color: rgb(178,241,254); }

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