Html Css Color HEX #B7EDE9 Pale Turquoise

📋 copy color: '#B7EDE9'

red 183 ◦ green 237 ◦ blue 233

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

Shades of Pale Turquoise #B7EDE9

Tints of Pale Turquoise #B7EDE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 35.68%

R = 28.02%
G = 36.29%
B = 35.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#B7EDE9 (or 0xB7EDE9) is known color: Pale Turquoise. HEX triplet: B7, ED and E9. RGB value is (183,237,233). Sum of RGB (Red+Green+Blue) = 183+237+233=653 (86% of max value = 765). Red value is 183 (71.88% from 255 or 28.02% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 233 (91.41% from 255 or 35.68% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #B7EDE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EDE9 is #481216. Grayscale: #DCDCDC. Windows color (decimal): -4723223 or 15330743. OLE color: 15330743.

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

Color convert

RGB 183 237 233 -
CMYK 0.23 0 0.02 0.07
HSL 175.56º 0.6% 0.82% -
HSV(B) 175.56º 0.23% 0.93% -
XYZ 64.52 76.52 88.46 -
YUV 220.4 135.11 101.33 -
System Red Green Blue C M Y K H S L
Decimal 183 237 233 0.23 0 0.02 0.07 175.56 0.6 0.82
Hex B7 ED E9 17 0 2 7 B0 3C 52
Octal 267 355 351 27 0 2 7 260 74 122
Binary 10110111 11101101 11101001 10111 0 10 111 10110000 111100 1010010

Color Harmonies of #B7EDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7EDE9

Black with #B7EDE9

Text Example


Text Example

White with #B7EDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7EDE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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