Html Css Color HEX #B0F7F1 Pale Turquoise

📋 copy color: '#B0F7F1'

red 176 ◦ green 247 ◦ blue 241

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

Shades of Pale Turquoise #B0F7F1

Tints of Pale Turquoise #B0F7F1

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.2%

 BLUE value IS 241 (94.53% from 255) = 36.3%

R = 26.51%
G = 37.2%
B = 36.3%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#B0F7F1 (or 0xB0F7F1) is known color: Pale Turquoise. HEX triplet: B0, F7 and F1. RGB value is (176,247,241). Sum of RGB (Red+Green+Blue) = 176+247+241=664 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.51% from 664); Green value is 247 (96.88% from 255 or 37.20% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F7F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F7F1 is #4F080E. Grayscale: #E1E1E1. Windows color (decimal): -5179407 or 15857584. OLE color: 15857584.

HSL color Cylindrical-coordinate representation of color #B0F7F1: hue angle of 174.93º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F7F1 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 176 247 241 -
CMYK 0.29 0 0.02 0.03
HSL 174.93º 0.82% 0.83% -
HSV(B) 174.93º 0.29% 0.97% -
XYZ 67.04 82.1 95.53 -
YUV 225.09 136.98 92.99 -
System Red Green Blue C M Y K H S L
Decimal 176 247 241 0.29 0 0.02 0.03 174.93 0.82 0.83
Hex B0 F7 F1 1D 0 2 3 AF 52 53
Octal 260 367 361 35 0 2 3 257 122 123
Binary 10110000 11110111 11110001 11101 0 10 11 10101111 1010010 1010011

Color Harmonies of #B0F7F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F7F1

Black with #B0F7F1

Text Example


Text Example

White with #B0F7F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F7F1; }

 p { color: rgb(176,247,241); }

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

background-color css

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

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

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

border-color css

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

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

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