Html Css Color HEX #BFFDFC Pale Turquoise

📋 copy color: '#BFFDFC'

red 191 ◦ green 253 ◦ blue 252

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

Shades of Pale Turquoise #BFFDFC

Tints of Pale Turquoise #BFFDFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.21%

R = 27.44%
G = 36.35%
B = 36.21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#BFFDFC (or 0xBFFDFC) is known color: Pale Turquoise. HEX triplet: BF, FD and FC. RGB value is (191,253,252). Sum of RGB (Red+Green+Blue) = 191+253+252=696 (92% of max value = 765). Red value is 191 (75% from 255 or 27.44% from 696); Green value is 253 (99.22% from 255 or 36.35% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFDFC is #400203. Grayscale: #EAEAEA. Windows color (decimal): -4194820 or 16580031. OLE color: 16580031.

HSL color Cylindrical-coordinate representation of color #BFFDFC: hue angle of 179.03º 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 #BFFDFC is Cyan = 0.25, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 253 252 -
CMYK 0.25 0 0.00 0.01
HSL 179.03º 0.94% 0.87% -
HSV(B) 179.03º 0.25% 0.99% -
XYZ 74.18 88.36 105.24 -
YUV 234.35 137.96 97.08 -
System Red Green Blue C M Y K H S L
Decimal 191 253 252 0.25 0 0.00 0.01 179.03 0.94 0.87
Hex BF FD FC 19 0 0 1 B3 5E 57
Octal 277 375 374 31 0 0 1 263 136 127
Binary 10111111 11111101 11111100 11001 0 0 1 10110011 1011110 1010111

Color Harmonies of #BFFDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFDFC

Black with #BFFDFC

Text Example


Text Example

White with #BFFDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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