Html Css Color HEX #B0F4FB Pale Turquoise

📋 copy color: '#B0F4FB'

red 176 ◦ green 244 ◦ blue 251

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

Shades of Pale Turquoise #B0F4FB

Tints of Pale Turquoise #B0F4FB

RGB

 RED value IS 176 (69.14% from 255) = 26.23%

 GREEN value IS 244 (95.7% from 255) = 36.36%

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

R = 26.23%
G = 36.36%
B = 37.41%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B0F4FB (or 0xB0F4FB) is known color: Pale Turquoise. HEX triplet: B0, F4 and FB. RGB value is (176,244,251). Sum of RGB (Red+Green+Blue) = 176+244+251=671 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.23% from 671); Green value is 244 (95.70% from 255 or 36.36% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #B0F4FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F4FB is #4F0B04. Grayscale: #E0E0E0. Windows color (decimal): -5180165 or 16512176. OLE color: 16512176.

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

Color convert

RGB 176 244 251 -
CMYK 0.30 0.03 0 0.02
HSL 185.6º 0.9% 0.84% -
HSV(B) 185.6º 0.3% 0.98% -
XYZ 67.67 80.9 103.31 -
YUV 224.47 142.97 93.43 -
System Red Green Blue C M Y K H S L
Decimal 176 244 251 0.30 0.03 0 0.02 185.6 0.9 0.84
Hex B0 F4 FB 1E 3 0 2 BA 5A 54
Octal 260 364 373 36 3 0 2 272 132 124
Binary 10110000 11110100 11111011 11110 11 0 10 10111010 1011010 1010100

Color Harmonies of #B0F4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F4FB

Black with #B0F4FB

Text Example


Text Example

White with #B0F4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F4FB; }

 p { color: rgb(176,244,251); }

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

background-color css

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

 a { background-color: rgb(176,244,251); }

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

border-color css

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

 span { border-color: rgb(176,244,251); }

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