Html Css Color HEX #B0EFEC Pale Turquoise

📋 copy color: '#B0EFEC'

red 176 ◦ green 239 ◦ blue 236

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

Shades of Pale Turquoise #B0EFEC

Tints of Pale Turquoise #B0EFEC

RGB

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

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

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

R = 27.04%
G = 36.71%
B = 36.25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#B0EFEC (or 0xB0EFEC) is known color: Pale Turquoise. HEX triplet: B0, EF and EC. RGB value is (176,239,236). Sum of RGB (Red+Green+Blue) = 176+239+236=651 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.04% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EFEC is #4F1013. Grayscale: #DBDBDB. Windows color (decimal): -5181460 or 15527856. OLE color: 15527856.

HSL color Cylindrical-coordinate representation of color #B0EFEC: hue angle of 177.14º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EFEC is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 239 236 -
CMYK 0.26 0 0.01 0.06
HSL 177.14º 0.66% 0.81% -
HSV(B) 177.14º 0.26% 0.94% -
XYZ 63.91 77.02 90.85 -
YUV 219.82 137.13 96.74 -
System Red Green Blue C M Y K H S L
Decimal 176 239 236 0.26 0 0.01 0.06 177.14 0.66 0.81
Hex B0 EF EC 1A 0 1 6 B1 42 51
Octal 260 357 354 32 0 1 6 261 102 121
Binary 10110000 11101111 11101100 11010 0 1 110 10110001 1000010 1010001

Color Harmonies of #B0EFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EFEC

Black with #B0EFEC

Text Example


Text Example

White with #B0EFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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