Html Css Color HEX #BBF6EE Pale Turquoise

📋 copy color: '#BBF6EE'

red 187 ◦ green 246 ◦ blue 238

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

Shades of Pale Turquoise #BBF6EE

Tints of Pale Turquoise #BBF6EE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.66%

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

R = 27.87%
G = 36.66%
B = 35.47%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#BBF6EE (or 0xBBF6EE) is known color: Pale Turquoise. HEX triplet: BB, F6 and EE. RGB value is (187,246,238). Sum of RGB (Red+Green+Blue) = 187+246+238=671 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.87% from 671); Green value is 246 (96.48% from 255 or 36.66% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF6EE is #440911. Grayscale: #E3E3E3. Windows color (decimal): -4458770 or 15660731. OLE color: 15660731.

HSL color Cylindrical-coordinate representation of color #BBF6EE: hue angle of 171.86º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF6EE is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 246 238 -
CMYK 0.24 0 0.03 0.04
HSL 171.86º 0.77% 0.85% -
HSV(B) 171.86º 0.24% 0.96% -
XYZ 68.88 82.65 93.21 -
YUV 227.45 133.95 99.15 -
System Red Green Blue C M Y K H S L
Decimal 187 246 238 0.24 0 0.03 0.04 171.86 0.77 0.85
Hex BB F6 EE 18 0 3 4 AC 4D 55
Octal 273 366 356 30 0 3 4 254 115 125
Binary 10111011 11110110 11101110 11000 0 11 100 10101100 1001101 1010101

Color Harmonies of #BBF6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF6EE

Black with #BBF6EE

Text Example


Text Example

White with #BBF6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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