Html Css Color HEX #B0FEFA Pale Turquoise

📋 copy color: '#B0FEFA'

red 176 ◦ green 254 ◦ blue 250

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

Shades of Pale Turquoise #B0FEFA

Tints of Pale Turquoise #B0FEFA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.35%

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

R = 25.88%
G = 37.35%
B = 36.76%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#B0FEFA (or 0xB0FEFA) is known color: Pale Turquoise. HEX triplet: B0, FE and FA. RGB value is (176,254,250). Sum of RGB (Red+Green+Blue) = 176+254+250=680 (90% of max value = 765). Red value is 176 (69.14% from 255 or 25.88% from 680); Green value is 254 (99.61% from 255 or 37.35% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FEFA is #4F0105. Grayscale: #E6E6E6. Windows color (decimal): -5177606 or 16449200. OLE color: 16449200.

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

Color convert

RGB 176 254 250 -
CMYK 0.31 0 0.02 0.00
HSL 176.92º 0.98% 0.84% -
HSV(B) 176.92º 0.31% 1% -
XYZ 70.6 87.02 103.52 -
YUV 230.22 139.16 89.33 -
System Red Green Blue C M Y K H S L
Decimal 176 254 250 0.31 0 0.02 0.00 176.92 0.98 0.84
Hex B0 FE FA 1F 0 2 0 B1 62 54
Octal 260 376 372 37 0 2 0 261 142 124
Binary 10110000 11111110 11111010 11111 0 10 0 10110001 1100010 1010100

Color Harmonies of #B0FEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FEFA

Black with #B0FEFA

Text Example


Text Example

White with #B0FEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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