Html Css Color HEX #BFFEFC Pale Turquoise

📋 copy color: '#BFFEFC'

red 191 ◦ green 254 ◦ blue 252

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

Shades of Pale Turquoise #BFFEFC

Tints of Pale Turquoise #BFFEFC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 36.44%

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

R = 27.4%
G = 36.44%
B = 36.15%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#BFFEFC (or 0xBFFEFC) is known color: Pale Turquoise. HEX triplet: BF, FE and FC. RGB value is (191,254,252). Sum of RGB (Red+Green+Blue) = 191+254+252=697 (92% of max value = 765). Red value is 191 (75% from 255 or 27.40% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFEFC is #400103. Grayscale: #EAEAEA. Windows color (decimal): -4194564 or 16580287. OLE color: 16580287.

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

Color convert

RGB 191 254 252 -
CMYK 0.25 0 0.01 0.00
HSL 178.1º 0.97% 0.87% -
HSV(B) 178.1º 0.25% 1% -
XYZ 74.5 88.99 105.35 -
YUV 234.94 137.63 96.66 -
System Red Green Blue C M Y K H S L
Decimal 191 254 252 0.25 0 0.01 0.00 178.1 0.97 0.87
Hex BF FE FC 19 0 1 0 B2 61 57
Octal 277 376 374 31 0 1 0 262 141 127
Binary 10111111 11111110 11111100 11001 0 1 0 10110010 1100001 1010111

Color Harmonies of #BFFEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFEFC

Black with #BFFEFC

Text Example


Text Example

White with #BFFEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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