Html Css Color HEX #B0F1FB Pale Turquoise

📋 copy color: '#B0F1FB'

red 176 ◦ green 241 ◦ blue 251

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

Shades of Pale Turquoise #B0F1FB

Tints of Pale Turquoise #B0F1FB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.08%

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

R = 26.35%
G = 36.08%
B = 37.57%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B0F1FB (or 0xB0F1FB) is known color: Pale Turquoise. HEX triplet: B0, F1 and FB. RGB value is (176,241,251). Sum of RGB (Red+Green+Blue) = 176+241+251=668 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.35% from 668); Green value is 241 (94.53% from 255 or 36.08% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #B0F1FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F1FB is #4F0E04. Grayscale: #DEDEDE. Windows color (decimal): -5180933 or 16511408. OLE color: 16511408.

HSL color Cylindrical-coordinate representation of color #B0F1FB: hue angle of 188º 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 #B0F1FB is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 241 251 -
CMYK 0.30 0.04 0 0.02
HSL 188º 0.9% 0.84% -
HSV(B) 188º 0.3% 0.98% -
XYZ 66.77 79.11 103.02 -
YUV 222.71 143.97 94.69 -
System Red Green Blue C M Y K H S L
Decimal 176 241 251 0.30 0.04 0 0.02 188 0.9 0.84
Hex B0 F1 FB 1E 4 0 2 BC 5A 54
Octal 260 361 373 36 4 0 2 274 132 124
Binary 10110000 11110001 11111011 11110 100 0 10 10111100 1011010 1010100

Color Harmonies of #B0F1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F1FB

Black with #B0F1FB

Text Example


Text Example

White with #B0F1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F1FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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