Html Css Color HEX #BFFDF3 Pale Turquoise

📋 copy color: '#BFFDF3'

red 191 ◦ green 253 ◦ blue 243

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

Shades of Pale Turquoise #BFFDF3

Tints of Pale Turquoise #BFFDF3

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.83%

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

R = 27.8%
G = 36.83%
B = 35.37%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#BFFDF3 (or 0xBFFDF3) is known color: Pale Turquoise. HEX triplet: BF, FD and F3. RGB value is (191,253,243). Sum of RGB (Red+Green+Blue) = 191+253+243=687 (90% of max value = 765). Red value is 191 (75% from 255 or 27.80% from 687); Green value is 253 (99.22% from 255 or 36.83% from 687); Blue value is 243 (95.31% from 255 or 35.37% from 687); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFDF3 is #40020C. Grayscale: #E9E9E9. Windows color (decimal): -4194829 or 15990207. OLE color: 15990207.

HSL color Cylindrical-coordinate representation of color #BFFDF3: hue angle of 170.32º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFDF3 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 253 243 -
CMYK 0.25 0 0.04 0.01
HSL 170.32º 0.94% 0.87% -
HSV(B) 170.32º 0.25% 0.99% -
XYZ 72.79 87.8 97.9 -
YUV 233.32 133.46 97.81 -
System Red Green Blue C M Y K H S L
Decimal 191 253 243 0.25 0 0.04 0.01 170.32 0.94 0.87
Hex BF FD F3 19 0 4 1 AA 5E 57
Octal 277 375 363 31 0 4 1 252 136 127
Binary 10111111 11111101 11110011 11001 0 100 1 10101010 1011110 1010111

Color Harmonies of #BFFDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFDF3

Black with #BFFDF3

Text Example


Text Example

White with #BFFDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFDF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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