Html Css Color HEX #BBF2EB Pale Turquoise

📋 copy color: '#BBF2EB'

red 187 ◦ green 242 ◦ blue 235

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

Shades of Pale Turquoise #BBF2EB

Tints of Pale Turquoise #BBF2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.39%

R = 28.16%
G = 36.45%
B = 35.39%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#BBF2EB (or 0xBBF2EB) is known color: Pale Turquoise. HEX triplet: BB, F2 and EB. RGB value is (187,242,235). Sum of RGB (Red+Green+Blue) = 187+242+235=664 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.16% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF2EB is #440D14. Grayscale: #E0E0E0. Windows color (decimal): -4459797 or 15463099. OLE color: 15463099.

HSL color Cylindrical-coordinate representation of color #BBF2EB: hue angle of 172.36º 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 #BBF2EB is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 242 235 -
CMYK 0.23 0 0.03 0.05
HSL 172.36º 0.68% 0.84% -
HSV(B) 172.36º 0.23% 0.95% -
XYZ 67.24 80.07 90.51 -
YUV 224.76 133.78 101.07 -
System Red Green Blue C M Y K H S L
Decimal 187 242 235 0.23 0 0.03 0.05 172.36 0.68 0.84
Hex BB F2 EB 17 0 3 5 AC 44 54
Octal 273 362 353 27 0 3 5 254 104 124
Binary 10111011 11110010 11101011 10111 0 11 101 10101100 1000100 1010100

Color Harmonies of #BBF2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF2EB

Black with #BBF2EB

Text Example


Text Example

White with #BBF2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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