Html Css Color HEX #B6EDED Pale Turquoise

📋 copy color: '#B6EDED'

red 182 ◦ green 237 ◦ blue 237

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

Shades of Pale Turquoise #B6EDED

Tints of Pale Turquoise #B6EDED

RGB

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

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

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

R = 27.74%
G = 36.13%
B = 36.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B6EDED (or 0xB6EDED) is known color: Pale Turquoise. HEX triplet: B6, ED and ED. RGB value is (182,237,237). Sum of RGB (Red+Green+Blue) = 182+237+237=656 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.74% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #B6EDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6EDED is #491212. Grayscale: #DCDCDC. Windows color (decimal): -4788755 or 15592886. OLE color: 15592886.

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

Color convert

RGB 182 237 237 -
CMYK 0.23 0 0 0.07
HSL 180º 0.6% 0.82% -
HSV(B) 180º 0.23% 0.93% -
XYZ 64.86 76.63 91.49 -
YUV 220.56 137.28 100.5 -
System Red Green Blue C M Y K H S L
Decimal 182 237 237 0.23 0 0 0.07 180 0.6 0.82
Hex B6 ED ED 17 0 0 7 B4 3C 52
Octal 266 355 355 27 0 0 7 264 74 122
Binary 10110110 11101101 11101101 10111 0 0 111 10110100 111100 1010010

Color Harmonies of #B6EDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6EDED

Black with #B6EDED

Text Example


Text Example

White with #B6EDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6EDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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