Html Css Color HEX #BBEEEA Pale Turquoise

📋 copy color: '#BBEEEA'

red 187 ◦ green 238 ◦ blue 234

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

Shades of Pale Turquoise #BBEEEA

Tints of Pale Turquoise #BBEEEA

RGB

 RED value IS 187 (73.44% from 255) = 28.38%

 GREEN value IS 238 (93.36% from 255) = 36.12%

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

R = 28.38%
G = 36.12%
B = 35.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#BBEEEA (or 0xBBEEEA) is known color: Pale Turquoise. HEX triplet: BB, EE and EA. RGB value is (187,238,234). Sum of RGB (Red+Green+Blue) = 187+238+234=659 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.38% from 659); Green value is 238 (93.36% from 255 or 36.12% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEEEA is #441115. Grayscale: #DEDEDE. Windows color (decimal): -4460822 or 15396539. OLE color: 15396539.

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

Color convert

RGB 187 238 234 -
CMYK 0.21 0 0.02 0.07
HSL 175.29º 0.6% 0.83% -
HSV(B) 175.29º 0.21% 0.93% -
XYZ 65.92 77.65 89.36 -
YUV 222.3 134.6 102.83 -
System Red Green Blue C M Y K H S L
Decimal 187 238 234 0.21 0 0.02 0.07 175.29 0.6 0.83
Hex BB EE EA 15 0 2 7 AF 3C 53
Octal 273 356 352 25 0 2 7 257 74 123
Binary 10111011 11101110 11101010 10101 0 10 111 10101111 111100 1010011

Color Harmonies of #BBEEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEEEA

Black with #BBEEEA

Text Example


Text Example

White with #BBEEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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