Html Css Color HEX #BFF5F7 Pale Turquoise

📋 copy color: '#BFF5F7'

red 191 ◦ green 245 ◦ blue 247

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

Shades of Pale Turquoise #BFF5F7

Tints of Pale Turquoise #BFF5F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.16%

R = 27.96%
G = 35.87%
B = 36.16%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BFF5F7 (or 0xBFF5F7) is known color: Pale Turquoise. HEX triplet: BF, F5 and F7. RGB value is (191,245,247). Sum of RGB (Red+Green+Blue) = 191+245+247=683 (90% of max value = 765). Red value is 191 (75% from 255 or 27.96% from 683); Green value is 245 (96.09% from 255 or 35.87% from 683); Blue value is 247 (96.88% from 255 or 36.16% from 683); Max value from RGB is 247 - color contains mainly: blue. Hex color #BFF5F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF5F7 is #400A08. Grayscale: #E5E5E5. Windows color (decimal): -4196873 or 16250303. OLE color: 16250303.

HSL color Cylindrical-coordinate representation of color #BFF5F7: hue angle of 182.14º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF5F7 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 191 245 247 -
CMYK 0.23 0.01 0 0.03
HSL 182.14º 0.78% 0.86% -
HSV(B) 182.14º 0.23% 0.97% -
XYZ 70.93 83.1 100.3 -
YUV 229.08 138.11 100.84 -
System Red Green Blue C M Y K H S L
Decimal 191 245 247 0.23 0.01 0 0.03 182.14 0.78 0.86
Hex BF F5 F7 17 1 0 3 B6 4E 56
Octal 277 365 367 27 1 0 3 266 116 126
Binary 10111111 11110101 11110111 10111 1 0 11 10110110 1001110 1010110

Color Harmonies of #BFF5F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF5F7

Black with #BFF5F7

Text Example


Text Example

White with #BFF5F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF5F7; }

 p { color: rgb(191,245,247); }

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

background-color css

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

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

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

border-color css

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

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

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