Html Css Color HEX #B2ECFB Pale Turquoise

📋 copy color: '#B2ECFB'

red 178 ◦ green 236 ◦ blue 251

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

Shades of Pale Turquoise #B2ECFB

Tints of Pale Turquoise #B2ECFB

RGB

 RED value IS 178 (69.92% from 255) = 26.77%

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

 BLUE value IS 251 (98.44% from 255) = 37.74%

R = 26.77%
G = 35.49%
B = 37.74%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2ECFB (or 0xB2ECFB) is known color: Pale Turquoise. HEX triplet: B2, EC and FB. RGB value is (178,236,251). Sum of RGB (Red+Green+Blue) = 178+236+251=665 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.77% from 665); Green value is 236 (92.58% from 255 or 35.49% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #B2ECFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2ECFB is #4D1304. Grayscale: #DCDCDC. Windows color (decimal): -5051141 or 16510130. OLE color: 16510130.

HSL color Cylindrical-coordinate representation of color #B2ECFB: hue angle of 192.33º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2ECFB is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 236 251 -
CMYK 0.29 0.06 0 0.02
HSL 192.33º 0.9% 0.84% -
HSV(B) 192.33º 0.29% 0.98% -
XYZ 65.77 76.42 102.55 -
YUV 220.37 145.28 97.78 -
System Red Green Blue C M Y K H S L
Decimal 178 236 251 0.29 0.06 0 0.02 192.33 0.9 0.84
Hex B2 EC FB 1D 6 0 2 C0 5A 54
Octal 262 354 373 35 6 0 2 300 132 124
Binary 10110010 11101100 11111011 11101 110 0 10 11000000 1011010 1010100

Color Harmonies of #B2ECFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ECFB

Black with #B2ECFB

Text Example


Text Example

White with #B2ECFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ECFB; }

 p { color: rgb(178,236,251); }

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

background-color css

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

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

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

border-color css

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

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

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