Html Css Color HEX #B5F6EC Pale Turquoise

📋 copy color: '#B5F6EC'

red 181 ◦ green 246 ◦ blue 236

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

Shades of Pale Turquoise #B5F6EC

Tints of Pale Turquoise #B5F6EC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.1%

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

R = 27.3%
G = 37.1%
B = 35.6%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#B5F6EC (or 0xB5F6EC) is known color: Pale Turquoise. HEX triplet: B5, F6 and EC. RGB value is (181,246,236). Sum of RGB (Red+Green+Blue) = 181+246+236=663 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.30% from 663); Green value is 246 (96.48% from 255 or 37.10% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 246 - color contains mainly: green. Hex color #B5F6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F6EC is #4A0913. Grayscale: #E1E1E1. Windows color (decimal): -4851988 or 15529653. OLE color: 15529653.

HSL color Cylindrical-coordinate representation of color #B5F6EC: hue angle of 170.77º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5F6EC is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 181 246 236 -
CMYK 0.26 0 0.04 0.04
HSL 170.77º 0.78% 0.84% -
HSV(B) 170.77º 0.26% 0.96% -
XYZ 67.15 81.79 91.6 -
YUV 225.43 133.97 96.31 -
System Red Green Blue C M Y K H S L
Decimal 181 246 236 0.26 0 0.04 0.04 170.77 0.78 0.84
Hex B5 F6 EC 1A 0 4 4 AB 4E 54
Octal 265 366 354 32 0 4 4 253 116 124
Binary 10110101 11110110 11101100 11010 0 100 100 10101011 1001110 1010100

Color Harmonies of #B5F6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F6EC

Black with #B5F6EC

Text Example


Text Example

White with #B5F6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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