Html Css Color HEX #B8ECEB Pale Turquoise

📋 copy color: '#B8ECEB'

red 184 ◦ green 236 ◦ blue 235

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

Shades of Pale Turquoise #B8ECEB

Tints of Pale Turquoise #B8ECEB

RGB

 RED value IS 184 (72.27% from 255) = 28.09%

 GREEN value IS 236 (92.58% from 255) = 36.03%

 BLUE value IS 235 (92.19% from 255) = 35.88%

R = 28.09%
G = 36.03%
B = 35.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#B8ECEB (or 0xB8ECEB) is known color: Pale Turquoise. HEX triplet: B8, EC and EB. RGB value is (184,236,235). Sum of RGB (Red+Green+Blue) = 184+236+235=655 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.09% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 236 - color contains mainly: green. Hex color #B8ECEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8ECEB is #471314. Grayscale: #DCDCDC. Windows color (decimal): -4657941 or 15461560. OLE color: 15461560.

HSL color Cylindrical-coordinate representation of color #B8ECEB: hue angle of 178.85º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8ECEB is Cyan = 0.22, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 236 235 -
CMYK 0.22 0 0.00 0.07
HSL 178.85º 0.58% 0.82% -
HSV(B) 178.85º 0.22% 0.93% -
XYZ 64.76 76.18 89.89 -
YUV 220.34 136.27 102.08 -
System Red Green Blue C M Y K H S L
Decimal 184 236 235 0.22 0 0.00 0.07 178.85 0.58 0.82
Hex B8 EC EB 16 0 0 7 B3 3A 52
Octal 270 354 353 26 0 0 7 263 72 122
Binary 10111000 11101100 11101011 10110 0 0 111 10110011 111010 1010010

Color Harmonies of #B8ECEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ECEB

Black with #B8ECEB

Text Example


Text Example

White with #B8ECEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ECEB; }

 p { color: rgb(184,236,235); }

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

background-color css

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

 a { background-color: rgb(184,236,235); }

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

border-color css

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

 span { border-color: rgb(184,236,235); }

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