Html Css Color HEX #B8EBED Pale Turquoise

📋 copy color: '#B8EBED'

red 184 ◦ green 235 ◦ blue 237

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

Shades of Pale Turquoise #B8EBED

Tints of Pale Turquoise #B8EBED

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.82%

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

R = 28.05%
G = 35.82%
B = 36.13%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B8EBED (or 0xB8EBED) is known color: Pale Turquoise. HEX triplet: B8, EB and ED. RGB value is (184,235,237). Sum of RGB (Red+Green+Blue) = 184+235+237=656 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.05% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #B8EBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EBED is #471412. Grayscale: #DBDBDB. Windows color (decimal): -4658195 or 15592376. OLE color: 15592376.

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

Color convert

RGB 184 235 237 -
CMYK 0.22 0.01 0 0.07
HSL 182.26º 0.6% 0.83% -
HSV(B) 182.26º 0.22% 0.93% -
XYZ 64.76 75.72 91.32 -
YUV 219.98 137.6 102.34 -
System Red Green Blue C M Y K H S L
Decimal 184 235 237 0.22 0.01 0 0.07 182.26 0.6 0.83
Hex B8 EB ED 16 1 0 7 B6 3C 53
Octal 270 353 355 26 1 0 7 266 74 123
Binary 10111000 11101011 11101101 10110 1 0 111 10110110 111100 1010011

Color Harmonies of #B8EBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8EBED

Black with #B8EBED

Text Example


Text Example

White with #B8EBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8EBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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