Html Css Color HEX #B0F8FE Pale Turquoise

📋 copy color: '#B0F8FE'

red 176 ◦ green 248 ◦ blue 254

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

Shades of Pale Turquoise #B0F8FE

Tints of Pale Turquoise #B0F8FE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.58%

 BLUE value IS 254 (99.61% from 255) = 37.46%

R = 25.96%
G = 36.58%
B = 37.46%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B0F8FE (or 0xB0F8FE) is known color: Pale Turquoise. HEX triplet: B0, F8 and FE. RGB value is (176,248,254). Sum of RGB (Red+Green+Blue) = 176+248+254=678 (89% of max value = 765). Red value is 176 (69.14% from 255 or 25.96% from 678); Green value is 248 (97.27% from 255 or 36.58% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0F8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F8FE is #4F0701. Grayscale: #E3E3E3. Windows color (decimal): -5179138 or 16709808. OLE color: 16709808.

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

Color convert

RGB 176 248 254 -
CMYK 0.31 0.02 0 0.00
HSL 184.62º 0.98% 0.84% -
HSV(B) 184.62º 0.31% 1% -
XYZ 69.36 83.52 106.23 -
YUV 227.16 143.15 91.51 -
System Red Green Blue C M Y K H S L
Decimal 176 248 254 0.31 0.02 0 0.00 184.62 0.98 0.84
Hex B0 F8 FE 1F 2 0 0 B9 62 54
Octal 260 370 376 37 2 0 0 271 142 124
Binary 10110000 11111000 11111110 11111 10 0 0 10111001 1100010 1010100

Color Harmonies of #B0F8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F8FE

Black with #B0F8FE

Text Example


Text Example

White with #B0F8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F8FE; }

 p { color: rgb(176,248,254); }

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

background-color css

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

 a { background-color: rgb(176,248,254); }

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

border-color css

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

 span { border-color: rgb(176,248,254); }

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