Html Css Color HEX #B8EDE9 Pale Turquoise

📋 copy color: '#B8EDE9'

red 184 ◦ green 237 ◦ blue 233

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

Shades of Pale Turquoise #B8EDE9

Tints of Pale Turquoise #B8EDE9

RGB

 RED value IS 184 (72.27% from 255) = 28.13%

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

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

R = 28.13%
G = 36.24%
B = 35.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#B8EDE9 (or 0xB8EDE9) is known color: Pale Turquoise. HEX triplet: B8, ED and E9. RGB value is (184,237,233). Sum of RGB (Red+Green+Blue) = 184+237+233=654 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.13% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 233 (91.41% from 255 or 35.63% from 654); Max value from RGB is 237 - color contains mainly: green. Hex color #B8EDE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EDE9 is #471216. Grayscale: #DCDCDC. Windows color (decimal): -4657687 or 15330744. OLE color: 15330744.

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

Color convert

RGB 184 237 233 -
CMYK 0.22 0 0.02 0.07
HSL 175.47º 0.6% 0.83% -
HSV(B) 175.47º 0.22% 0.93% -
XYZ 64.76 76.64 88.47 -
YUV 220.7 134.94 101.83 -
System Red Green Blue C M Y K H S L
Decimal 184 237 233 0.22 0 0.02 0.07 175.47 0.6 0.83
Hex B8 ED E9 16 0 2 7 AF 3C 53
Octal 270 355 351 26 0 2 7 257 74 123
Binary 10111000 11101101 11101001 10110 0 10 111 10101111 111100 1010011

Color Harmonies of #B8EDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8EDE9

Black with #B8EDE9

Text Example


Text Example

White with #B8EDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8EDE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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