Html Css Color HEX #BBF2F2 Pale Turquoise

📋 copy color: '#BBF2F2'

red 187 ◦ green 242 ◦ blue 242

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

Shades of Pale Turquoise #BBF2F2

Tints of Pale Turquoise #BBF2F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.07%

R = 27.87%
G = 36.07%
B = 36.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBF2F2 (or 0xBBF2F2) is known color: Pale Turquoise. HEX triplet: BB, F2 and F2. RGB value is (187,242,242). Sum of RGB (Red+Green+Blue) = 187+242+242=671 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.87% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 242 (94.92% from 255 or 36.07% from 671); Max value from RGB is 242 - color contains mainly: green, blue. Hex color #BBF2F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF2F2 is #440D0D. Grayscale: #E1E1E1. Windows color (decimal): -4459790 or 15921851. OLE color: 15921851.

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

Color convert

RGB 187 242 242 -
CMYK 0.23 0 0 0.05
HSL 180º 0.68% 0.84% -
HSV(B) 180º 0.23% 0.95% -
XYZ 68.27 80.48 95.94 -
YUV 225.56 137.28 100.5 -
System Red Green Blue C M Y K H S L
Decimal 187 242 242 0.23 0 0 0.05 180 0.68 0.84
Hex BB F2 F2 17 0 0 5 B4 44 54
Octal 273 362 362 27 0 0 5 264 104 124
Binary 10111011 11110010 11110010 10111 0 0 101 10110100 1000100 1010100

Color Harmonies of #BBF2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF2F2

Black with #BBF2F2

Text Example


Text Example

White with #BBF2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF2F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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