Html Css Color HEX #B6ECEA Pale Turquoise

📋 copy color: '#B6ECEA'

red 182 ◦ green 236 ◦ blue 234

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

Shades of Pale Turquoise #B6ECEA

Tints of Pale Turquoise #B6ECEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.89%

R = 27.91%
G = 36.2%
B = 35.89%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#B6ECEA (or 0xB6ECEA) is known color: Pale Turquoise. HEX triplet: B6, EC and EA. RGB value is (182,236,234). Sum of RGB (Red+Green+Blue) = 182+236+234=652 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.91% from 652); Green value is 236 (92.58% from 255 or 36.20% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 236 - color contains mainly: green. Hex color #B6ECEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6ECEA is #491315. Grayscale: #DBDBDB. Windows color (decimal): -4789014 or 15396022. OLE color: 15396022.

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

Color convert

RGB 182 236 234 -
CMYK 0.23 0 0.01 0.07
HSL 177.78º 0.59% 0.82% -
HSV(B) 177.78º 0.23% 0.93% -
XYZ 64.14 75.88 89.11 -
YUV 219.63 136.11 101.16 -
System Red Green Blue C M Y K H S L
Decimal 182 236 234 0.23 0 0.01 0.07 177.78 0.59 0.82
Hex B6 EC EA 17 0 1 7 B2 3B 52
Octal 266 354 352 27 0 1 7 262 73 122
Binary 10110110 11101100 11101010 10111 0 1 111 10110010 111011 1010010

Color Harmonies of #B6ECEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6ECEA

Black with #B6ECEA

Text Example


Text Example

White with #B6ECEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6ECEA; }

 p { color: rgb(182,236,234); }

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

background-color css

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

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

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

border-color css

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

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

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