Html Css Color HEX #B2F7FB Pale Turquoise

📋 copy color: '#B2F7FB'

red 178 ◦ green 247 ◦ blue 251

#B2F7FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #B2F7FB

Tints of Pale Turquoise #B2F7FB

RGB

 RED value IS 178 (69.92% from 255) = 26.33%

 GREEN value IS 247 (96.88% from 255) = 36.54%

 BLUE value IS 251 (98.44% from 255) = 37.13%

R = 26.33%
G = 36.54%
B = 37.13%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2F7FB (or 0xB2F7FB) is known color: Pale Turquoise. HEX triplet: B2, F7 and FB. RGB value is (178,247,251). Sum of RGB (Red+Green+Blue) = 178+247+251=676 (89% of max value = 765). Red value is 178 (69.92% from 255 or 26.33% from 676); Green value is 247 (96.88% from 255 or 36.54% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 251 - color contains mainly: blue. Hex color #B2F7FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F7FB is #4D0804. Grayscale: #E2E2E2. Windows color (decimal): -5048325 or 16512946. OLE color: 16512946.

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

Color convert

RGB 178 247 251 -
CMYK 0.29 0.02 0 0.02
HSL 183.29º 0.9% 0.84% -
HSV(B) 183.29º 0.29% 0.98% -
XYZ 69.03 82.95 103.64 -
YUV 226.83 141.64 93.17 -
System Red Green Blue C M Y K H S L
Decimal 178 247 251 0.29 0.02 0 0.02 183.29 0.9 0.84
Hex B2 F7 FB 1D 2 0 2 B7 5A 54
Octal 262 367 373 35 2 0 2 267 132 124
Binary 10110010 11110111 11111011 11101 10 0 10 10110111 1011010 1010100

Color Harmonies of #B2F7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F7FB

Black with #B2F7FB

Text Example


Text Example

White with #B2F7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F7FB; }

 p { color: rgb(178,247,251); }

 H1.HeaderClassName
 {
   color: #B2F7FB;
 }
 .AnyTagClassName
 {
   color: #B2F7FB;
 }
</style>

background-color css

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

 a { background-color: rgb(178,247,251); }

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

border-color css

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

 span { border-color: rgb(178,247,251); }

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