Html Css Color HEX #B0F2EC Pale Turquoise

📋 copy color: '#B0F2EC'

red 176 ◦ green 242 ◦ blue 236

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

Shades of Pale Turquoise #B0F2EC

Tints of Pale Turquoise #B0F2EC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37%

 BLUE value IS 236 (92.58% from 255) = 36.09%

R = 26.91%
G = 37%
B = 36.09%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#B0F2EC (or 0xB0F2EC) is known color: Pale Turquoise. HEX triplet: B0, F2 and EC. RGB value is (176,242,236). Sum of RGB (Red+Green+Blue) = 176+242+236=654 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.91% from 654); Green value is 242 (94.92% from 255 or 37.00% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F2EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F2EC is #4F0D13. Grayscale: #DDDDDD. Windows color (decimal): -5180692 or 15528624. OLE color: 15528624.

HSL color Cylindrical-coordinate representation of color #B0F2EC: hue angle of 174.55º degrees, saturation: 0.72, 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 #B0F2EC is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 242 236 -
CMYK 0.27 0 0.02 0.05
HSL 174.55º 0.72% 0.82% -
HSV(B) 174.55º 0.27% 0.95% -
XYZ 64.8 78.79 91.15 -
YUV 221.58 136.13 95.49 -
System Red Green Blue C M Y K H S L
Decimal 176 242 236 0.27 0 0.02 0.05 174.55 0.72 0.82
Hex B0 F2 EC 1B 0 2 5 AF 48 52
Octal 260 362 354 33 0 2 5 257 110 122
Binary 10110000 11110010 11101100 11011 0 10 101 10101111 1001000 1010010

Color Harmonies of #B0F2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F2EC

Black with #B0F2EC

Text Example


Text Example

White with #B0F2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F2EC; }

 p { color: rgb(176,242,236); }

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

background-color css

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

 a { background-color: rgb(176,242,236); }

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

border-color css

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

 span { border-color: rgb(176,242,236); }

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