Html Css Color HEX #B0F0FF Pale Turquoise

📋 copy color: '#B0F0FF'

red 176 ◦ green 240 ◦ blue 255

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

Shades of Pale Turquoise #B0F0FF

Tints of Pale Turquoise #B0F0FF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.77%

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

R = 26.23%
G = 35.77%
B = 38%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B0F0FF (or 0xB0F0FF) is known color: Pale Turquoise. HEX triplet: B0, F0 and FF. RGB value is (176,240,255). Sum of RGB (Red+Green+Blue) = 176+240+255=671 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.23% from 671); Green value is 240 (94.14% from 255 or 35.77% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0F0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F0FF is #4F0F00. Grayscale: #DEDEDE. Windows color (decimal): -5181185 or 16773296. OLE color: 16773296.

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

Color convert

RGB 176 240 255 -
CMYK 0.31 0.06 0 0
HSL 191.39º 1% 0.85% -
HSV(B) 191.39º 0.31% 1% -
XYZ 67.11 78.77 106.27 -
YUV 222.57 146.3 94.78 -
System Red Green Blue C M Y K H S L
Decimal 176 240 255 0.31 0.06 0 0 191.39 1 0.85
Hex B0 F0 FF 1F 6 0 0 BF 64 55
Octal 260 360 377 37 6 0 0 277 144 125
Binary 10110000 11110000 11111111 11111 110 0 0 10111111 1100100 1010101

Color Harmonies of #B0F0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F0FF

Black with #B0F0FF

Text Example


Text Example

White with #B0F0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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