Html Css Color HEX #BBF1EE Pale Turquoise

📋 copy color: '#BBF1EE'

red 187 ◦ green 241 ◦ blue 238

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

Shades of Pale Turquoise #BBF1EE

Tints of Pale Turquoise #BBF1EE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.19%

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

R = 28.08%
G = 36.19%
B = 35.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#BBF1EE (or 0xBBF1EE) is known color: Pale Turquoise. HEX triplet: BB, F1 and EE. RGB value is (187,241,238). Sum of RGB (Red+Green+Blue) = 187+241+238=666 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.08% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF1EE is #440E11. Grayscale: #E0E0E0. Windows color (decimal): -4460050 or 15659451. OLE color: 15659451.

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

Color convert

RGB 187 241 238 -
CMYK 0.22 0 0.01 0.05
HSL 176.67º 0.66% 0.84% -
HSV(B) 176.67º 0.22% 0.95% -
XYZ 67.38 79.65 92.71 -
YUV 224.51 135.61 101.24 -
System Red Green Blue C M Y K H S L
Decimal 187 241 238 0.22 0 0.01 0.05 176.67 0.66 0.84
Hex BB F1 EE 16 0 1 5 B1 42 54
Octal 273 361 356 26 0 1 5 261 102 124
Binary 10111011 11110001 11101110 10110 0 1 101 10110001 1000010 1010100

Color Harmonies of #BBF1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF1EE

Black with #BBF1EE

Text Example


Text Example

White with #BBF1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF1EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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