Html Css Color HEX #B6E8ED Pale Turquoise

📋 copy color: '#B6E8ED'

red 182 ◦ green 232 ◦ blue 237

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

Shades of Pale Turquoise #B6E8ED

Tints of Pale Turquoise #B6E8ED

RGB

 RED value IS 182 (71.48% from 255) = 27.96%

 GREEN value IS 232 (91.02% from 255) = 35.64%

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

R = 27.96%
G = 35.64%
B = 36.41%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B6E8ED (or 0xB6E8ED) is known color: Pale Turquoise. HEX triplet: B6, E8 and ED. RGB value is (182,232,237). Sum of RGB (Red+Green+Blue) = 182+232+237=651 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.96% from 651); Green value is 232 (91.02% from 255 or 35.64% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 237 - color contains mainly: blue. Hex color #B6E8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6E8ED is #491712. Grayscale: #D9D9D9. Windows color (decimal): -4790035 or 15591606. OLE color: 15591606.

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

Color convert

RGB 182 232 237 -
CMYK 0.23 0.02 0 0.07
HSL 185.45º 0.6% 0.82% -
HSV(B) 185.45º 0.23% 0.93% -
XYZ 63.43 73.77 91.02 -
YUV 217.62 138.94 102.59 -
System Red Green Blue C M Y K H S L
Decimal 182 232 237 0.23 0.02 0 0.07 185.45 0.6 0.82
Hex B6 E8 ED 17 2 0 7 B9 3C 52
Octal 266 350 355 27 2 0 7 271 74 122
Binary 10110110 11101000 11101101 10111 10 0 111 10111001 111100 1010010

Color Harmonies of #B6E8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6E8ED

Black with #B6E8ED

Text Example


Text Example

White with #B6E8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6E8ED; }

 p { color: rgb(182,232,237); }

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

background-color css

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

 a { background-color: rgb(182,232,237); }

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

border-color css

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

 span { border-color: rgb(182,232,237); }

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