Html Css Color HEX #BFF2F3 Pale Turquoise

📋 copy color: '#BFF2F3'

red 191 ◦ green 242 ◦ blue 243

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

Shades of Pale Turquoise #BFF2F3

Tints of Pale Turquoise #BFF2F3

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.8%

 BLUE value IS 243 (95.31% from 255) = 35.95%

R = 28.25%
G = 35.8%
B = 35.95%

CMYK

 C value IS 0.21

 M value IS 0.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BFF2F3 (or 0xBFF2F3) is known color: Pale Turquoise. HEX triplet: BF, F2 and F3. RGB value is (191,242,243). Sum of RGB (Red+Green+Blue) = 191+242+243=676 (89% of max value = 765). Red value is 191 (75% from 255 or 28.25% from 676); Green value is 242 (94.92% from 255 or 35.80% from 676); Blue value is 243 (95.31% from 255 or 35.95% from 676); Max value from RGB is 243 - color contains mainly: blue. Hex color #BFF2F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF2F3 is #400D0C. Grayscale: #E2E2E2. Windows color (decimal): -4197645 or 15987391. OLE color: 15987391.

HSL color Cylindrical-coordinate representation of color #BFF2F3: hue angle of 181.15º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF2F3 is Cyan = 0.21, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 242 243 -
CMYK 0.21 0.00 0 0.05
HSL 181.15º 0.68% 0.85% -
HSV(B) 181.15º 0.21% 0.95% -
XYZ 69.42 81.05 96.78 -
YUV 226.87 137.1 102.42 -
System Red Green Blue C M Y K H S L
Decimal 191 242 243 0.21 0.00 0 0.05 181.15 0.68 0.85
Hex BF F2 F3 15 0 0 5 B5 44 55
Octal 277 362 363 25 0 0 5 265 104 125
Binary 10111111 11110010 11110011 10101 0 0 101 10110101 1000100 1010101

Color Harmonies of #BFF2F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF2F3

Black with #BFF2F3

Text Example


Text Example

White with #BFF2F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF2F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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