Html Css Color HEX #B7EDEC Pale Turquoise

📋 copy color: '#B7EDEC'

red 183 ◦ green 237 ◦ blue 236

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

Shades of Pale Turquoise #B7EDEC

Tints of Pale Turquoise #B7EDEC

RGB

 RED value IS 183 (71.88% from 255) = 27.9%

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

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

R = 27.9%
G = 36.13%
B = 35.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#B7EDEC (or 0xB7EDEC) is known color: Pale Turquoise. HEX triplet: B7, ED and EC. RGB value is (183,237,236). Sum of RGB (Red+Green+Blue) = 183+237+236=656 (86% of max value = 765). Red value is 183 (71.88% from 255 or 27.90% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 237 - color contains mainly: green. Hex color #B7EDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EDEC is #481213. Grayscale: #DCDCDC. Windows color (decimal): -4723220 or 15527351. OLE color: 15527351.

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

Color convert

RGB 183 237 236 -
CMYK 0.23 0 0.00 0.07
HSL 178.89º 0.6% 0.82% -
HSV(B) 178.89º 0.23% 0.93% -
XYZ 64.95 76.69 90.74 -
YUV 220.74 136.61 101.08 -
System Red Green Blue C M Y K H S L
Decimal 183 237 236 0.23 0 0.00 0.07 178.89 0.6 0.82
Hex B7 ED EC 17 0 0 7 B3 3C 52
Octal 267 355 354 27 0 0 7 263 74 122
Binary 10110111 11101101 11101100 10111 0 0 111 10110011 111100 1010010

Color Harmonies of #B7EDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7EDEC

Black with #B7EDEC

Text Example


Text Example

White with #B7EDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7EDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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