Html Css Color HEX #B8EDE8 Pale Turquoise

📋 copy color: '#B8EDE8'

red 184 ◦ green 237 ◦ blue 232

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

Shades of Pale Turquoise #B8EDE8

Tints of Pale Turquoise #B8EDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.53%

R = 28.18%
G = 36.29%
B = 35.53%

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

#B8EDE8 (or 0xB8EDE8) is known color: Pale Turquoise. HEX triplet: B8, ED and E8. RGB value is (184,237,232). Sum of RGB (Red+Green+Blue) = 184+237+232=653 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.18% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 232 (91.02% from 255 or 35.53% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #B8EDE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EDE8 is #471217. Grayscale: #DCDCDC. Windows color (decimal): -4657688 or 15265208. OLE color: 15265208.

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

Color convert

RGB 184 237 232 -
CMYK 0.22 0 0.02 0.07
HSL 174.34º 0.6% 0.83% -
HSV(B) 174.34º 0.22% 0.93% -
XYZ 64.62 76.58 87.72 -
YUV 220.58 134.44 101.91 -
System Red Green Blue C M Y K H S L
Decimal 184 237 232 0.22 0 0.02 0.07 174.34 0.6 0.83
Hex B8 ED E8 16 0 2 7 AE 3C 53
Octal 270 355 350 26 0 2 7 256 74 123
Binary 10111000 11101101 11101000 10110 0 10 111 10101110 111100 1010011

Color Harmonies of #B8EDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8EDE8

Black with #B8EDE8

Text Example


Text Example

White with #B8EDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8EDE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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