Html Css Color HEX #BBF7F1 Pale Turquoise

📋 copy color: '#BBF7F1'

red 187 ◦ green 247 ◦ blue 241

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

Shades of Pale Turquoise #BBF7F1

Tints of Pale Turquoise #BBF7F1

RGB

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

 GREEN value IS 247 (96.88% from 255) = 36.59%

 BLUE value IS 241 (94.53% from 255) = 35.7%

R = 27.7%
G = 36.59%
B = 35.7%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#BBF7F1 (or 0xBBF7F1) is known color: Pale Turquoise. HEX triplet: BB, F7 and F1. RGB value is (187,247,241). Sum of RGB (Red+Green+Blue) = 187+247+241=675 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.70% from 675); Green value is 247 (96.88% from 255 or 36.59% from 675); Blue value is 241 (94.53% from 255 or 35.70% from 675); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF7F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF7F1 is #44080E. Grayscale: #E4E4E4. Windows color (decimal): -4458511 or 15857595. OLE color: 15857595.

HSL color Cylindrical-coordinate representation of color #BBF7F1: hue angle of 174º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF7F1 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 247 241 -
CMYK 0.24 0 0.02 0.03
HSL 174º 0.79% 0.85% -
HSV(B) 174º 0.24% 0.97% -
XYZ 69.63 83.44 95.65 -
YUV 228.38 135.12 98.49 -
System Red Green Blue C M Y K H S L
Decimal 187 247 241 0.24 0 0.02 0.03 174 0.79 0.85
Hex BB F7 F1 18 0 2 3 AE 4F 55
Octal 273 367 361 30 0 2 3 256 117 125
Binary 10111011 11110111 11110001 11000 0 10 11 10101110 1001111 1010101

Color Harmonies of #BBF7F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF7F1

Black with #BBF7F1

Text Example


Text Example

White with #BBF7F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF7F1; }

 p { color: rgb(187,247,241); }

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

background-color css

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

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

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

border-color css

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

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

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