Html Css Color HEX #B2EDEC Pale Turquoise

📋 copy color: '#B2EDEC'

red 178 ◦ green 237 ◦ blue 236

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

Shades of Pale Turquoise #B2EDEC

Tints of Pale Turquoise #B2EDEC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.41%

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

R = 27.34%
G = 36.41%
B = 36.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#B2EDEC (or 0xB2EDEC) is known color: Pale Turquoise. HEX triplet: B2, ED and EC. RGB value is (178,237,236). Sum of RGB (Red+Green+Blue) = 178+237+236=651 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.34% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 237 - color contains mainly: green. Hex color #B2EDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EDEC is #4D1213. Grayscale: #DBDBDB. Windows color (decimal): -5050900 or 15527346. OLE color: 15527346.

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

Color convert

RGB 178 237 236 -
CMYK 0.25 0 0.00 0.07
HSL 178.98º 0.62% 0.81% -
HSV(B) 178.98º 0.25% 0.93% -
XYZ 63.78 76.09 90.68 -
YUV 219.25 137.45 98.58 -
System Red Green Blue C M Y K H S L
Decimal 178 237 236 0.25 0 0.00 0.07 178.98 0.62 0.81
Hex B2 ED EC 19 0 0 7 B3 3E 51
Octal 262 355 354 31 0 0 7 263 76 121
Binary 10110010 11101101 11101100 11001 0 0 111 10110011 111110 1010001

Color Harmonies of #B2EDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EDEC

Black with #B2EDEC

Text Example


Text Example

White with #B2EDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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