Html Css Color HEX #BFF5F2 Pale Turquoise

📋 copy color: '#BFF5F2'

red 191 ◦ green 245 ◦ blue 242

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

Shades of Pale Turquoise #BFF5F2

Tints of Pale Turquoise #BFF5F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.69%

R = 28.17%
G = 36.14%
B = 35.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#BFF5F2 (or 0xBFF5F2) is known color: Pale Turquoise. HEX triplet: BF, F5 and F2. RGB value is (191,245,242). Sum of RGB (Red+Green+Blue) = 191+245+242=678 (89% of max value = 765). Red value is 191 (75% from 255 or 28.17% from 678); Green value is 245 (96.09% from 255 or 36.14% from 678); Blue value is 242 (94.92% from 255 or 35.69% from 678); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF5F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF5F2 is #400A0D. Grayscale: #E4E4E4. Windows color (decimal): -4196878 or 15922623. OLE color: 15922623.

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

Color convert

RGB 191 245 242 -
CMYK 0.22 0 0.01 0.04
HSL 176.67º 0.73% 0.85% -
HSV(B) 176.67º 0.22% 0.96% -
XYZ 70.17 82.79 96.29 -
YUV 228.51 135.61 101.24 -
System Red Green Blue C M Y K H S L
Decimal 191 245 242 0.22 0 0.01 0.04 176.67 0.73 0.85
Hex BF F5 F2 16 0 1 4 B1 49 55
Octal 277 365 362 26 0 1 4 261 111 125
Binary 10111111 11110101 11110010 10110 0 1 100 10110001 1001001 1010101

Color Harmonies of #BFF5F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF5F2

Black with #BFF5F2

Text Example


Text Example

White with #BFF5F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF5F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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