Html Css Color HEX #B8EBEF Pale Turquoise

📋 copy color: '#B8EBEF'

red 184 ◦ green 235 ◦ blue 239

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

Shades of Pale Turquoise #B8EBEF

Tints of Pale Turquoise #B8EBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.32%

R = 27.96%
G = 35.71%
B = 36.32%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B8EBEF (or 0xB8EBEF) is known color: Pale Turquoise. HEX triplet: B8, EB and EF. RGB value is (184,235,239). Sum of RGB (Red+Green+Blue) = 184+235+239=658 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.96% from 658); Green value is 235 (92.19% from 255 or 35.71% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8EBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EBEF is #471410. Grayscale: #DCDCDC. Windows color (decimal): -4658193 or 15723448. OLE color: 15723448.

HSL color Cylindrical-coordinate representation of color #B8EBEF: hue angle of 184.36º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8EBEF is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 184 235 239 -
CMYK 0.23 0.02 0 0.06
HSL 184.36º 0.63% 0.83% -
HSV(B) 184.36º 0.23% 0.94% -
XYZ 65.06 75.84 92.87 -
YUV 220.21 138.6 102.17 -
System Red Green Blue C M Y K H S L
Decimal 184 235 239 0.23 0.02 0 0.06 184.36 0.63 0.83
Hex B8 EB EF 17 2 0 6 B8 3F 53
Octal 270 353 357 27 2 0 6 270 77 123
Binary 10111000 11101011 11101111 10111 10 0 110 10111000 111111 1010011

Color Harmonies of #B8EBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8EBEF

Black with #B8EBEF

Text Example


Text Example

White with #B8EBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8EBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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