Html Css Color HEX #BBFCF0 Pale Turquoise

📋 copy color: '#BBFCF0'

red 187 ◦ green 252 ◦ blue 240

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

Shades of Pale Turquoise #BBFCF0

Tints of Pale Turquoise #BBFCF0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.11%

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

R = 27.54%
G = 37.11%
B = 35.35%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#BBFCF0 (or 0xBBFCF0) is known color: Pale Turquoise. HEX triplet: BB, FC and F0. RGB value is (187,252,240). Sum of RGB (Red+Green+Blue) = 187+252+240=679 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.54% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFCF0 is #44030F. Grayscale: #E7E7E7. Windows color (decimal): -4457232 or 15793339. OLE color: 15793339.

HSL color Cylindrical-coordinate representation of color #BBFCF0: hue angle of 168.92º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFCF0 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 252 240 -
CMYK 0.26 0 0.05 0.01
HSL 168.92º 0.92% 0.86% -
HSV(B) 168.92º 0.26% 0.99% -
XYZ 71.03 86.48 95.39 -
YUV 231.2 132.97 96.48 -
System Red Green Blue C M Y K H S L
Decimal 187 252 240 0.26 0 0.05 0.01 168.92 0.92 0.86
Hex BB FC F0 1A 0 5 1 A9 5C 56
Octal 273 374 360 32 0 5 1 251 134 126
Binary 10111011 11111100 11110000 11010 0 101 1 10101001 1011100 1010110

Color Harmonies of #BBFCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFCF0

Black with #BBFCF0

Text Example


Text Example

White with #BBFCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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