Html Css Color HEX #BBF0EE Pale Turquoise

📋 copy color: '#BBF0EE'

red 187 ◦ green 240 ◦ blue 238

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

Shades of Pale Turquoise #BBF0EE

Tints of Pale Turquoise #BBF0EE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.09%

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

R = 28.12%
G = 36.09%
B = 35.79%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#BBF0EE (or 0xBBF0EE) is known color: Pale Turquoise. HEX triplet: BB, F0 and EE. RGB value is (187,240,238). Sum of RGB (Red+Green+Blue) = 187+240+238=665 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.12% from 665); Green value is 240 (94.14% from 255 or 36.09% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF0EE is #440F11. Grayscale: #DFDFDF. Windows color (decimal): -4460306 or 15659195. OLE color: 15659195.

HSL color Cylindrical-coordinate representation of color #BBF0EE: hue angle of 177.74º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF0EE is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 240 238 -
CMYK 0.22 0 0.01 0.06
HSL 177.74º 0.64% 0.84% -
HSV(B) 177.74º 0.22% 0.94% -
XYZ 67.09 79.06 92.61 -
YUV 223.93 135.94 101.66 -
System Red Green Blue C M Y K H S L
Decimal 187 240 238 0.22 0 0.01 0.06 177.74 0.64 0.84
Hex BB F0 EE 16 0 1 6 B2 40 54
Octal 273 360 356 26 0 1 6 262 100 124
Binary 10111011 11110000 11101110 10110 0 1 110 10110010 1000000 1010100

Color Harmonies of #BBF0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF0EE

Black with #BBF0EE

Text Example


Text Example

White with #BBF0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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