Html Css Color HEX #B8ECEC Pale Turquoise

📋 copy color: '#B8ECEC'

red 184 ◦ green 236 ◦ blue 236

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

Shades of Pale Turquoise #B8ECEC

Tints of Pale Turquoise #B8ECEC

RGB

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

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

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

R = 28.05%
G = 35.98%
B = 35.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B8ECEC (or 0xB8ECEC) is known color: Pale Turquoise. HEX triplet: B8, EC and EC. RGB value is (184,236,236). Sum of RGB (Red+Green+Blue) = 184+236+236=656 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.05% from 656); Green value is 236 (92.58% from 255 or 35.98% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #B8ECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8ECEC is #471313. Grayscale: #DCDCDC. Windows color (decimal): -4657940 or 15527096. OLE color: 15527096.

HSL color Cylindrical-coordinate representation of color #B8ECEC: hue angle of 180º 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 #B8ECEC is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 236 236 -
CMYK 0.22 0 0 0.07
HSL 180º 0.58% 0.82% -
HSV(B) 180º 0.22% 0.93% -
XYZ 64.9 76.24 90.65 -
YUV 220.45 136.77 102 -
System Red Green Blue C M Y K H S L
Decimal 184 236 236 0.22 0 0 0.07 180 0.58 0.82
Hex B8 EC EC 16 0 0 7 B4 3A 52
Octal 270 354 354 26 0 0 7 264 72 122
Binary 10111000 11101100 11101100 10110 0 0 111 10110100 111010 1010010

Color Harmonies of #B8ECEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ECEC

Black with #B8ECEC

Text Example


Text Example

White with #B8ECEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ECEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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