Html Css Color HEX #B5EAEA Pale Turquoise

📋 copy color: '#B5EAEA'

red 181 ◦ green 234 ◦ blue 234

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

Shades of Pale Turquoise #B5EAEA

Tints of Pale Turquoise #B5EAEA

RGB

 RED value IS 181 (71.09% from 255) = 27.89%

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

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

R = 27.89%
G = 36.06%
B = 36.06%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B5EAEA (or 0xB5EAEA) is known color: Pale Turquoise. HEX triplet: B5, EA and EA. RGB value is (181,234,234). Sum of RGB (Red+Green+Blue) = 181+234+234=649 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.89% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #B5EAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EAEA is #4A1515. Grayscale: #DADADA. Windows color (decimal): -4855062 or 15395509. OLE color: 15395509.

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

Color convert

RGB 181 234 234 -
CMYK 0.23 0 0 0.08
HSL 180º 0.56% 0.81% -
HSV(B) 180º 0.23% 0.92% -
XYZ 63.33 74.61 88.91 -
YUV 218.15 136.94 101.5 -
System Red Green Blue C M Y K H S L
Decimal 181 234 234 0.23 0 0 0.08 180 0.56 0.81
Hex B5 EA EA 17 0 0 8 B4 38 51
Octal 265 352 352 27 0 0 10 264 70 121
Binary 10110101 11101010 11101010 10111 0 0 1000 10110100 111000 1010001

Color Harmonies of #B5EAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EAEA

Black with #B5EAEA

Text Example


Text Example

White with #B5EAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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