Html Css Color HEX #B0EFF1 Pale Turquoise

📋 copy color: '#B0EFF1'

red 176 ◦ green 239 ◦ blue 241

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

Shades of Pale Turquoise #B0EFF1

Tints of Pale Turquoise #B0EFF1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.43%

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

R = 26.83%
G = 36.43%
B = 36.74%

CMYK

 C value IS 0.27

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B0EFF1 (or 0xB0EFF1) is known color: Pale Turquoise. HEX triplet: B0, EF and F1. RGB value is (176,239,241). Sum of RGB (Red+Green+Blue) = 176+239+241=656 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.83% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 241 - color contains mainly: blue. Hex color #B0EFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EFF1 is #4F100E. Grayscale: #DCDCDC. Windows color (decimal): -5181455 or 15855536. OLE color: 15855536.

HSL color Cylindrical-coordinate representation of color #B0EFF1: hue angle of 181.85º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0EFF1 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 239 241 -
CMYK 0.27 0.01 0 0.05
HSL 181.85º 0.7% 0.82% -
HSV(B) 181.85º 0.27% 0.95% -
XYZ 64.65 77.31 94.73 -
YUV 220.39 139.63 96.34 -
System Red Green Blue C M Y K H S L
Decimal 176 239 241 0.27 0.01 0 0.05 181.85 0.7 0.82
Hex B0 EF F1 1B 1 0 5 B6 46 52
Octal 260 357 361 33 1 0 5 266 106 122
Binary 10110000 11101111 11110001 11011 1 0 101 10110110 1000110 1010010

Color Harmonies of #B0EFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EFF1

Black with #B0EFF1

Text Example


Text Example

White with #B0EFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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