Html Css Color HEX #BBF7F0 Pale Turquoise

📋 copy color: '#BBF7F0'

red 187 ◦ green 247 ◦ blue 240

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

Shades of Pale Turquoise #BBF7F0

Tints of Pale Turquoise #BBF7F0

RGB

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

 GREEN value IS 247 (96.88% from 255) = 36.65%

 BLUE value IS 240 (94.14% from 255) = 35.61%

R = 27.74%
G = 36.65%
B = 35.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#BBF7F0 (or 0xBBF7F0) is known color: Pale Turquoise. HEX triplet: BB, F7 and F0. RGB value is (187,247,240). Sum of RGB (Red+Green+Blue) = 187+247+240=674 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.74% from 674); Green value is 247 (96.88% from 255 or 36.65% from 674); Blue value is 240 (94.14% from 255 or 35.61% from 674); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF7F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF7F0 is #44080F. Grayscale: #E4E4E4. Windows color (decimal): -4458512 or 15792059. OLE color: 15792059.

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

Color convert

RGB 187 247 240 -
CMYK 0.24 0 0.03 0.03
HSL 173º 0.79% 0.85% -
HSV(B) 173º 0.24% 0.97% -
XYZ 69.48 83.38 94.87 -
YUV 228.26 134.62 98.57 -
System Red Green Blue C M Y K H S L
Decimal 187 247 240 0.24 0 0.03 0.03 173 0.79 0.85
Hex BB F7 F0 18 0 3 3 AD 4F 55
Octal 273 367 360 30 0 3 3 255 117 125
Binary 10111011 11110111 11110000 11000 0 11 11 10101101 1001111 1010101

Color Harmonies of #BBF7F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF7F0

Black with #BBF7F0

Text Example


Text Example

White with #BBF7F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF7F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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