Html Css Color HEX #BFF0F0 Pale Turquoise

📋 copy color: '#BFF0F0'

red 191 ◦ green 240 ◦ blue 240

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

Shades of Pale Turquoise #BFF0F0

Tints of Pale Turquoise #BFF0F0

RGB

 RED value IS 191 (75% from 255) = 28.46%

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

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

R = 28.46%
G = 35.77%
B = 35.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BFF0F0 (or 0xBFF0F0) is known color: Pale Turquoise. HEX triplet: BF, F0 and F0. RGB value is (191,240,240). Sum of RGB (Red+Green+Blue) = 191+240+240=671 (88% of max value = 765). Red value is 191 (75% from 255 or 28.46% from 671); Green value is 240 (94.14% from 255 or 35.77% from 671); Blue value is 240 (94.14% from 255 or 35.77% from 671); Max value from RGB is 240 - color contains mainly: green, blue. Hex color #BFF0F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF0F0 is #400F0F. Grayscale: #E1E1E1. Windows color (decimal): -4198160 or 15790271. OLE color: 15790271.

HSL color Cylindrical-coordinate representation of color #BFF0F0: hue angle of 180º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFF0F0 is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 240 240 -
CMYK 0.20 0 0 0.06
HSL 180º 0.62% 0.85% -
HSV(B) 180º 0.2% 0.94% -
XYZ 68.37 79.69 94.22 -
YUV 225.35 136.27 103.5 -
System Red Green Blue C M Y K H S L
Decimal 191 240 240 0.20 0 0 0.06 180 0.62 0.85
Hex BF F0 F0 14 0 0 6 B4 3E 55
Octal 277 360 360 24 0 0 6 264 76 125
Binary 10111111 11110000 11110000 10100 0 0 110 10110100 111110 1010101

Color Harmonies of #BFF0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF0F0

Black with #BFF0F0

Text Example


Text Example

White with #BFF0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF0F0; }

 p { color: rgb(191,240,240); }

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

background-color css

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

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

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

border-color css

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

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

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