Html Css Color HEX #BBFEFF Pale Turquoise

📋 copy color: '#BBFEFF'

red 187 ◦ green 254 ◦ blue 255

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

Shades of Pale Turquoise #BBFEFF

Tints of Pale Turquoise #BBFEFF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 36.49%

 BLUE value IS 255 (100% from 255) = 36.64%

R = 26.87%
G = 36.49%
B = 36.64%

CMYK

 C value IS 0.27

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BBFEFF (or 0xBBFEFF) is known color: Pale Turquoise. HEX triplet: BB, FE and FF. RGB value is (187,254,255). Sum of RGB (Red+Green+Blue) = 187+254+255=696 (92% of max value = 765). Red value is 187 (73.44% from 255 or 26.87% from 696); Green value is 254 (99.61% from 255 or 36.49% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBFEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFEFF is #440100. Grayscale: #EAEAEA. Windows color (decimal): -4456705 or 16776891. OLE color: 16776891.

HSL color Cylindrical-coordinate representation of color #BBFEFF: hue angle of 180.88º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFEFF is Cyan = 0.27, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 254 255 -
CMYK 0.27 0.00 0 0
HSL 180.88º 1% 0.87% -
HSV(B) 180.88º 0.27% 1% -
XYZ 73.99 88.67 107.82 -
YUV 234.08 139.8 94.42 -
System Red Green Blue C M Y K H S L
Decimal 187 254 255 0.27 0.00 0 0 180.88 1 0.87
Hex BB FE FF 1B 0 0 0 B5 64 57
Octal 273 376 377 33 0 0 0 265 144 127
Binary 10111011 11111110 11111111 11011 0 0 0 10110101 1100100 1010111

Color Harmonies of #BBFEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFEFF

Black with #BBFEFF

Text Example


Text Example

White with #BBFEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFEFF; }

 p { color: rgb(187,254,255); }

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

background-color css

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

 a { background-color: rgb(187,254,255); }

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

border-color css

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

 span { border-color: rgb(187,254,255); }

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