Html Css Color HEX #B5F7EC Pale Turquoise

📋 copy color: '#B5F7EC'

red 181 ◦ green 247 ◦ blue 236

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

Shades of Pale Turquoise #B5F7EC

Tints of Pale Turquoise #B5F7EC

RGB

 RED value IS 181 (71.09% from 255) = 27.26%

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

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

R = 27.26%
G = 37.2%
B = 35.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#B5F7EC (or 0xB5F7EC) is known color: Pale Turquoise. HEX triplet: B5, F7 and EC. RGB value is (181,247,236). Sum of RGB (Red+Green+Blue) = 181+247+236=664 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.26% from 664); Green value is 247 (96.88% from 255 or 37.20% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 247 - color contains mainly: green. Hex color #B5F7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F7EC is #4A0813. Grayscale: #E1E1E1. Windows color (decimal): -4851732 or 15529909. OLE color: 15529909.

HSL color Cylindrical-coordinate representation of color #B5F7EC: hue angle of 170º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5F7EC is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 181 247 236 -
CMYK 0.27 0 0.04 0.03
HSL 170º 0.8% 0.84% -
HSV(B) 170º 0.27% 0.97% -
XYZ 67.46 82.4 91.71 -
YUV 226.01 133.63 95.89 -
System Red Green Blue C M Y K H S L
Decimal 181 247 236 0.27 0 0.04 0.03 170 0.8 0.84
Hex B5 F7 EC 1B 0 4 3 AA 50 54
Octal 265 367 354 33 0 4 3 252 120 124
Binary 10110101 11110111 11101100 11011 0 100 11 10101010 1010000 1010100

Color Harmonies of #B5F7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F7EC

Black with #B5F7EC

Text Example


Text Example

White with #B5F7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F7EC; }

 p { color: rgb(181,247,236); }

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

background-color css

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

 a { background-color: rgb(181,247,236); }

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

border-color css

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

 span { border-color: rgb(181,247,236); }

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