Html Css Color HEX #BBF0EF Pale Turquoise

📋 copy color: '#BBF0EF'

red 187 ◦ green 240 ◦ blue 239

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

Shades of Pale Turquoise #BBF0EF

Tints of Pale Turquoise #BBF0EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.89%

R = 28.08%
G = 36.04%
B = 35.89%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#BBF0EF (or 0xBBF0EF) is known color: Pale Turquoise. HEX triplet: BB, F0 and EF. RGB value is (187,240,239). Sum of RGB (Red+Green+Blue) = 187+240+239=666 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.08% from 666); Green value is 240 (94.14% from 255 or 36.04% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF0EF is #440F10. Grayscale: #DFDFDF. Windows color (decimal): -4460305 or 15724731. OLE color: 15724731.

HSL color Cylindrical-coordinate representation of color #BBF0EF: hue angle of 178.87º 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 #BBF0EF is Cyan = 0.22, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 240 239 -
CMYK 0.22 0 0.00 0.06
HSL 178.87º 0.64% 0.84% -
HSV(B) 178.87º 0.22% 0.94% -
XYZ 67.23 79.12 93.39 -
YUV 224.04 136.44 101.58 -
System Red Green Blue C M Y K H S L
Decimal 187 240 239 0.22 0 0.00 0.06 178.87 0.64 0.84
Hex BB F0 EF 16 0 0 6 B3 40 54
Octal 273 360 357 26 0 0 6 263 100 124
Binary 10111011 11110000 11101111 10110 0 0 110 10110011 1000000 1010100

Color Harmonies of #BBF0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF0EF

Black with #BBF0EF

Text Example


Text Example

White with #BBF0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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