Html Css Color HEX #BBF4F0 Pale Turquoise

📋 copy color: '#BBF4F0'

red 187 ◦ green 244 ◦ blue 240

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

Shades of Pale Turquoise #BBF4F0

Tints of Pale Turquoise #BBF4F0

RGB

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

 GREEN value IS 244 (95.7% from 255) = 36.36%

 BLUE value IS 240 (94.14% from 255) = 35.77%

R = 27.87%
G = 36.36%
B = 35.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#BBF4F0 (or 0xBBF4F0) is known color: Pale Turquoise. HEX triplet: BB, F4 and F0. RGB value is (187,244,240). Sum of RGB (Red+Green+Blue) = 187+244+240=671 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.87% from 671); Green value is 244 (95.70% from 255 or 36.36% from 671); Blue value is 240 (94.14% from 255 or 35.77% from 671); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF4F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF4F0 is #440B0F. Grayscale: #E2E2E2. Windows color (decimal): -4459280 or 15791291. OLE color: 15791291.

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

Color convert

RGB 187 244 240 -
CMYK 0.23 0 0.02 0.04
HSL 175.79º 0.72% 0.85% -
HSV(B) 175.79º 0.23% 0.96% -
XYZ 68.57 81.56 94.57 -
YUV 226.5 135.62 99.83 -
System Red Green Blue C M Y K H S L
Decimal 187 244 240 0.23 0 0.02 0.04 175.79 0.72 0.85
Hex BB F4 F0 17 0 2 4 B0 48 55
Octal 273 364 360 27 0 2 4 260 110 125
Binary 10111011 11110100 11110000 10111 0 10 100 10110000 1001000 1010101

Color Harmonies of #BBF4F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF4F0

Black with #BBF4F0

Text Example


Text Example

White with #BBF4F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF4F0; }

 p { color: rgb(187,244,240); }

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

background-color css

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

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

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

border-color css

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

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

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