Html Css Color HEX #BBF2EF Pale Turquoise

📋 copy color: '#BBF2EF'

red 187 ◦ green 242 ◦ blue 239

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

Shades of Pale Turquoise #BBF2EF

Tints of Pale Turquoise #BBF2EF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.23%

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

R = 27.99%
G = 36.23%
B = 35.78%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#BBF2EF (or 0xBBF2EF) is known color: Pale Turquoise. HEX triplet: BB, F2 and EF. RGB value is (187,242,239). Sum of RGB (Red+Green+Blue) = 187+242+239=668 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.99% from 668); Green value is 242 (94.92% from 255 or 36.23% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF2EF is #440D10. Grayscale: #E1E1E1. Windows color (decimal): -4459793 or 15725243. OLE color: 15725243.

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

Color convert

RGB 187 242 239 -
CMYK 0.23 0 0.01 0.05
HSL 176.73º 0.68% 0.84% -
HSV(B) 176.73º 0.23% 0.95% -
XYZ 67.83 80.3 93.59 -
YUV 225.21 135.78 100.74 -
System Red Green Blue C M Y K H S L
Decimal 187 242 239 0.23 0 0.01 0.05 176.73 0.68 0.84
Hex BB F2 EF 17 0 1 5 B1 44 54
Octal 273 362 357 27 0 1 5 261 104 124
Binary 10111011 11110010 11101111 10111 0 1 101 10110001 1000100 1010100

Color Harmonies of #BBF2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF2EF

Black with #BBF2EF

Text Example


Text Example

White with #BBF2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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