Html Css Color HEX #B1EAEE Pale Turquoise

📋 copy color: '#B1EAEE'

red 177 ◦ green 234 ◦ blue 238

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

Shades of Pale Turquoise #B1EAEE

Tints of Pale Turquoise #B1EAEE

RGB

 RED value IS 177 (69.53% from 255) = 27.27%

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

 BLUE value IS 238 (93.36% from 255) = 36.67%

R = 27.27%
G = 36.06%
B = 36.67%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B1EAEE (or 0xB1EAEE) is known color: Pale Turquoise. HEX triplet: B1, EA and EE. RGB value is (177,234,238). Sum of RGB (Red+Green+Blue) = 177+234+238=649 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.27% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #B1EAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EAEE is #4E1511. Grayscale: #D9D9D9. Windows color (decimal): -5117202 or 15657649. OLE color: 15657649.

HSL color Cylindrical-coordinate representation of color #B1EAEE: hue angle of 183.93º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1EAEE is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 234 238 -
CMYK 0.26 0.02 0 0.07
HSL 183.93º 0.64% 0.81% -
HSV(B) 183.93º 0.26% 0.93% -
XYZ 62.99 74.37 91.92 -
YUV 217.41 139.62 99.17 -
System Red Green Blue C M Y K H S L
Decimal 177 234 238 0.26 0.02 0 0.07 183.93 0.64 0.81
Hex B1 EA EE 1A 2 0 7 B8 40 51
Octal 261 352 356 32 2 0 7 270 100 121
Binary 10110001 11101010 11101110 11010 10 0 111 10111000 1000000 1010001

Color Harmonies of #B1EAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EAEE

Black with #B1EAEE

Text Example


Text Example

White with #B1EAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EAEE; }

 p { color: rgb(177,234,238); }

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

background-color css

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

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

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

border-color css

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

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

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