Html Css Color HEX #B8EAEA Pale Turquoise

📋 copy color: '#B8EAEA'

red 184 ◦ green 234 ◦ blue 234

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

Shades of Pale Turquoise #B8EAEA

Tints of Pale Turquoise #B8EAEA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.89%

 BLUE value IS 234 (91.8% from 255) = 35.89%

R = 28.22%
G = 35.89%
B = 35.89%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B8EAEA (or 0xB8EAEA) is known color: Pale Turquoise. HEX triplet: B8, EA and EA. RGB value is (184,234,234). Sum of RGB (Red+Green+Blue) = 184+234+234=652 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.22% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #B8EAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EAEA is #471515. Grayscale: #DBDBDB. Windows color (decimal): -4658454 or 15395512. OLE color: 15395512.

HSL color Cylindrical-coordinate representation of color #B8EAEA: hue angle of 180º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8EAEA is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 234 234 -
CMYK 0.21 0 0 0.08
HSL 180º 0.54% 0.82% -
HSV(B) 180º 0.21% 0.92% -
XYZ 64.04 74.98 88.94 -
YUV 219.05 136.44 103 -
System Red Green Blue C M Y K H S L
Decimal 184 234 234 0.21 0 0 0.08 180 0.54 0.82
Hex B8 EA EA 15 0 0 8 B4 36 52
Octal 270 352 352 25 0 0 10 264 66 122
Binary 10111000 11101010 11101010 10101 0 0 1000 10110100 110110 1010010

Color Harmonies of #B8EAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8EAEA

Black with #B8EAEA

Text Example


Text Example

White with #B8EAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8EAEA; }

 p { color: rgb(184,234,234); }

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

background-color css

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

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

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

border-color css

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

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

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