Html Css Color HEX #B0FFFF Pale Turquoise

📋 copy color: '#B0FFFF'

red 176 ◦ green 255 ◦ blue 255

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

Shades of Pale Turquoise #B0FFFF

Tints of Pale Turquoise #B0FFFF

RGB

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

 GREEN value IS 255 (100% from 255) = 37.17%

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

R = 25.66%
G = 37.17%
B = 37.17%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B0FFFF (or 0xB0FFFF) is known color: Pale Turquoise. HEX triplet: B0, FF and FF. RGB value is (176,255,255). Sum of RGB (Red+Green+Blue) = 176+255+255=686 (90% of max value = 765). Red value is 176 (69.14% from 255 or 25.66% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #B0FFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FFFF is #4F0000. Grayscale: #E7E7E7. Windows color (decimal): -5177345 or 16777136. OLE color: 16777136.

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

Color convert

RGB 176 255 255 -
CMYK 0.31 0 0 0
HSL 180º 1% 0.85% -
HSV(B) 180º 0.31% 1% -
XYZ 71.71 87.97 107.81 -
YUV 231.38 141.33 88.5 -
System Red Green Blue C M Y K H S L
Decimal 176 255 255 0.31 0 0 0 180 1 0.85
Hex B0 FF FF 1F 0 0 0 B4 64 55
Octal 260 377 377 37 0 0 0 264 144 125
Binary 10110000 11111111 11111111 11111 0 0 0 10110100 1100100 1010101

Color Harmonies of #B0FFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FFFF

Black with #B0FFFF

Text Example


Text Example

White with #B0FFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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