Html Css Color HEX #B0FDFF Pale Turquoise

📋 copy color: '#B0FDFF'

red 176 ◦ green 253 ◦ blue 255

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

Shades of Pale Turquoise #B0FDFF

Tints of Pale Turquoise #B0FDFF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.99%

 BLUE value IS 255 (100% from 255) = 37.28%

R = 25.73%
G = 36.99%
B = 37.28%

CMYK

 C value IS 0.31

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B0FDFF (or 0xB0FDFF) is known color: Pale Turquoise. HEX triplet: B0, FD and FF. RGB value is (176,253,255). Sum of RGB (Red+Green+Blue) = 176+253+255=684 (90% of max value = 765). Red value is 176 (69.14% from 255 or 25.73% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0FDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FDFF is #4F0200. Grayscale: #E6E6E6. Windows color (decimal): -5177857 or 16776624. OLE color: 16776624.

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

Color convert

RGB 176 253 255 -
CMYK 0.31 0.01 0 0
HSL 181.52º 1% 0.85% -
HSV(B) 181.52º 0.31% 1% -
XYZ 71.08 86.7 107.6 -
YUV 230.21 141.99 89.34 -
System Red Green Blue C M Y K H S L
Decimal 176 253 255 0.31 0.01 0 0 181.52 1 0.85
Hex B0 FD FF 1F 1 0 0 B6 64 55
Octal 260 375 377 37 1 0 0 266 144 125
Binary 10110000 11111101 11111111 11111 1 0 0 10110110 1100100 1010101

Color Harmonies of #B0FDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FDFF

Black with #B0FDFF

Text Example


Text Example

White with #B0FDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FDFF; }

 p { color: rgb(176,253,255); }

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

background-color css

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

 a { background-color: rgb(176,253,255); }

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

border-color css

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

 span { border-color: rgb(176,253,255); }

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