Html Css Color HEX #B0FFFA Pale Turquoise

📋 copy color: '#B0FFFA'

red 176 ◦ green 255 ◦ blue 250

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

Shades of Pale Turquoise #B0FFFA

Tints of Pale Turquoise #B0FFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.71%

R = 25.84%
G = 37.44%
B = 36.71%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#B0FFFA (or 0xB0FFFA) is known color: Pale Turquoise. HEX triplet: B0, FF and FA. RGB value is (176,255,250). Sum of RGB (Red+Green+Blue) = 176+255+250=681 (90% of max value = 765). Red value is 176 (69.14% from 255 or 25.84% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FFFA is #4F0005. Grayscale: #E6E6E6. Windows color (decimal): -5177350 or 16449456. OLE color: 16449456.

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

Color convert

RGB 176 255 250 -
CMYK 0.31 0 0.02 0
HSL 176.2º 1% 0.85% -
HSV(B) 176.2º 0.31% 1% -
XYZ 70.92 87.65 103.62 -
YUV 230.81 138.83 88.91 -
System Red Green Blue C M Y K H S L
Decimal 176 255 250 0.31 0 0.02 0 176.2 1 0.85
Hex B0 FF FA 1F 0 2 0 B0 64 55
Octal 260 377 372 37 0 2 0 260 144 125
Binary 10110000 11111111 11111010 11111 0 10 0 10110000 1100100 1010101

Color Harmonies of #B0FFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FFFA

Black with #B0FFFA

Text Example


Text Example

White with #B0FFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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