Html Css Color HEX #BBF5F5 Pale Turquoise

📋 copy color: '#BBF5F5'

red 187 ◦ green 245 ◦ blue 245

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

Shades of Pale Turquoise #BBF5F5

Tints of Pale Turquoise #BBF5F5

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.19%

 BLUE value IS 245 (96.09% from 255) = 36.19%

R = 27.62%
G = 36.19%
B = 36.19%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBF5F5 (or 0xBBF5F5) is known color: Pale Turquoise. HEX triplet: BB, F5 and F5. RGB value is (187,245,245). Sum of RGB (Red+Green+Blue) = 187+245+245=677 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.62% from 677); Green value is 245 (96.09% from 255 or 36.19% from 677); Blue value is 245 (96.09% from 255 or 36.19% from 677); Max value from RGB is 245 - color contains mainly: green, blue. Hex color #BBF5F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF5F5 is #440A0A. Grayscale: #E3E3E3. Windows color (decimal): -4459019 or 16119227. OLE color: 16119227.

HSL color Cylindrical-coordinate representation of color #BBF5F5: hue angle of 180º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF5F5 is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 245 245 -
CMYK 0.24 0 0 0.04
HSL 180º 0.74% 0.85% -
HSV(B) 180º 0.24% 0.96% -
XYZ 69.63 82.46 98.63 -
YUV 227.66 137.78 99 -
System Red Green Blue C M Y K H S L
Decimal 187 245 245 0.24 0 0 0.04 180 0.74 0.85
Hex BB F5 F5 18 0 0 4 B4 4A 55
Octal 273 365 365 30 0 0 4 264 112 125
Binary 10111011 11110101 11110101 11000 0 0 100 10110100 1001010 1010101

Color Harmonies of #BBF5F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF5F5

Black with #BBF5F5

Text Example


Text Example

White with #BBF5F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF5F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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